What is the HEX code for sepia?
The CSS color sepia in HEX format is #985e2b. Use this value directly in CSS, SVG, and most design tools.
How do I use sepia in CSS?
To apply sepia in CSS:
- Text color: color: #985e2b;
- Background: background-color: #985e2b;
- Border: border-color: #985e2b;
What are all the color format values for sepia?
| Format | Value |
|---|---|
| HEX | #985e2b |
| RGB | rgb(152, 94, 43) |
| HSL | hsl(28.1, 55.9%, 38.2%) |
| CMYK | cmyk(0%, 38.2%, 71.7%, 40.4%) |
How do I convert sepia to HEX?
Select sepia from the color name list in our color converter. The HEX value — #985e2b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sepia belong to?
sepia belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 28.1°, saturation 55.9%, lightness 38.2%.
How do I create lighter and darker shades of sepia?
Lighter variant (lightness 53.2%): #ca8345. Darker variant (lightness 23.200000000000003%): #5c391a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.