Warm brown to RGB — Color Code

RGB

rgb(150, 78, 2)

Format Value
HEX #964e02
RGB rgb(150, 78, 2)
HSL hsl(30.8, 97.4%, 29.8%)
CMYK cmyk(0%, 48%, 98.7%, 41.2%)

What is the RGB code for warm brown?

The CSS color warm brown in RGB format is rgb(150, 78, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use warm brown in CSS?

To apply warm brown in CSS:

  • Text color: color: rgb(150, 78, 2);
  • Background: background-color: rgb(150, 78, 2);
  • Border: border-color: rgb(150, 78, 2);

What are all the color format values for warm brown?

FormatValue
HEX#964e02
RGBrgb(150, 78, 2)
HSLhsl(30.8, 97.4%, 29.8%)
CMYKcmyk(0%, 48%, 98.7%, 41.2%)

How do I convert warm brown to RGB?

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

What color family does warm brown belong to?

warm brown belongs to the orange color family. It is a dark, vivid color with HSL values: hue 30.8°, saturation 97.4%, lightness 29.8%.

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

Lighter variant (lightness 44.8%): #e27503. Darker variant (lightness 14.8%): #4a2701. 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.