Dirt brown to RGB — Color Code

RGB

rgb(131, 101, 57)

Format Value
HEX #836539
RGB rgb(131, 101, 57)
HSL hsl(35.7, 39.4%, 36.9%)
CMYK cmyk(0%, 22.9%, 56.5%, 48.6%)

What is the RGB code for dirt brown?

The CSS color dirt brown in RGB format is rgb(131, 101, 57). Use this value directly in CSS, SVG, and most design tools.

How do I use dirt brown in CSS?

To apply dirt brown in CSS:

  • Text color: color: rgb(131, 101, 57);
  • Background: background-color: rgb(131, 101, 57);
  • Border: border-color: rgb(131, 101, 57);

What are all the color format values for dirt brown?

FormatValue
HEX#836539
RGBrgb(131, 101, 57)
HSLhsl(35.7, 39.4%, 36.9%)
CMYKcmyk(0%, 22.9%, 56.5%, 48.6%)

How do I convert dirt brown to RGB?

Select dirt brown from the color name list in our color converter. The RGB value — rgb(131, 101, 57) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dirt brown belong to?

dirt brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 35.7°, saturation 39.4%, lightness 36.9%.

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

Lighter variant (lightness 51.9%): #b58e54. Darker variant (lightness 21.9%): #4e3c22. 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.