Dark brown to RGB — Color Code

RGB

rgb(52, 28, 2)

Format Value
HEX #341c02
RGB rgb(52, 28, 2)
HSL hsl(31.2, 92.6%, 10.6%)
CMYK cmyk(0%, 46.2%, 96.2%, 79.6%)

Related calculators

What is the RGB code for dark brown?

The CSS color dark brown in RGB format is rgb(52, 28, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use dark brown in CSS?

To apply dark brown in CSS:

  • Text color: color: rgb(52, 28, 2);
  • Background: background-color: rgb(52, 28, 2);
  • Border: border-color: rgb(52, 28, 2);

What are all the color format values for dark brown?

FormatValue
HEX#341c02
RGBrgb(52, 28, 2)
HSLhsl(31.2, 92.6%, 10.6%)
CMYKcmyk(0%, 46.2%, 96.2%, 79.6%)

How do I convert dark brown to RGB?

Select dark brown from the color name list in our color converter. The RGB value — rgb(52, 28, 2) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark brown belong to?

dark brown belongs to the orange color family. It is a dark, vivid color with HSL values: hue 31.2°, saturation 92.6%, lightness 10.6%.

How do I create lighter and darker shades of dark brown?

Lighter variant (lightness 25.6%): #7e4405. Darker variant (lightness 5%): #190d01. 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.