Very light brown to RGB — Color Code

RGB

rgb(211, 182, 131)

Format Value
HEX #d3b683
RGB rgb(211, 182, 131)
HSL hsl(38.3, 47.6%, 67.1%)
CMYK cmyk(0%, 13.7%, 37.9%, 17.3%)

What is the RGB code for very light brown?

The CSS color very light brown in RGB format is rgb(211, 182, 131). Use this value directly in CSS, SVG, and most design tools.

How do I use very light brown in CSS?

To apply very light brown in CSS:

  • Text color: color: rgb(211, 182, 131);
  • Background: background-color: rgb(211, 182, 131);
  • Border: border-color: rgb(211, 182, 131);

What are all the color format values for very light brown?

FormatValue
HEX#d3b683
RGBrgb(211, 182, 131)
HSLhsl(38.3, 47.6%, 67.1%)
CMYKcmyk(0%, 13.7%, 37.9%, 17.3%)

How do I convert very light brown to RGB?

Select very light brown from the color name list in our color converter. The RGB value — rgb(211, 182, 131) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does very light brown belong to?

very light brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 38.3°, saturation 47.6%, lightness 67.1%.

How do I create lighter and darker shades of very light brown?

Lighter variant (lightness 82.1%): #e7d7bc. Darker variant (lightness 52.099999999999994%): #bf954b. 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.