Sepia to RGB — Color Code

RGB

rgb(152, 94, 43)

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 RGB code for sepia?

The CSS color sepia in RGB format is rgb(152, 94, 43). 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: rgb(152, 94, 43);
  • Background: background-color: rgb(152, 94, 43);
  • Border: border-color: rgb(152, 94, 43);

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 RGB?

Select sepia from the color name list in our color converter. The RGB value — rgb(152, 94, 43) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.