Sepia to HSL — Color Code

HSL

hsl(28.1, 55.9%, 38.2%)

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%)

What is the HSL code for sepia?

The CSS color sepia in HSL format is hsl(28.1, 55.9%, 38.2%). 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: hsl(28.1, 55.9%, 38.2%);
  • Background: background-color: hsl(28.1, 55.9%, 38.2%);
  • Border: border-color: hsl(28.1, 55.9%, 38.2%);

What are all the color format values for sepia?

FormatValue
HEX#985e2b
RGBrgb(152, 94, 43)
HSLhsl(28.1, 55.9%, 38.2%)
CMYKcmyk(0%, 38.2%, 71.7%, 40.4%)

How do I convert sepia to HSL?

Select sepia from the color name list in our color converter. The HSL value — hsl(28.1, 55.9%, 38.2%) — 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 HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.