Light brown to RGB — Color Code

RGB

rgb(173, 129, 80)

Format Value
HEX #ad8150
RGB rgb(173, 129, 80)
HSL hsl(31.6, 36.8%, 49.6%)
CMYK cmyk(0%, 25.4%, 53.8%, 32.2%)

What is the RGB code for light brown?

The CSS color light brown in RGB format is rgb(173, 129, 80). Use this value directly in CSS, SVG, and most design tools.

How do I use light brown in CSS?

To apply light brown in CSS:

  • Text color: color: rgb(173, 129, 80);
  • Background: background-color: rgb(173, 129, 80);
  • Border: border-color: rgb(173, 129, 80);

What are all the color format values for light brown?

FormatValue
HEX#ad8150
RGBrgb(173, 129, 80)
HSLhsl(31.6, 36.8%, 49.6%)
CMYKcmyk(0%, 25.4%, 53.8%, 32.2%)

How do I convert light brown to RGB?

Select light brown from the color name list in our color converter. The RGB value — rgb(173, 129, 80) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light brown belong to?

light brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 31.6°, saturation 36.8%, lightness 49.6%.

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

Lighter variant (lightness 64.6%): #c6a784. Darker variant (lightness 34.6%): #795a38. 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.