Reddish brown to RGB — Color Code

RGB

rgb(127, 43, 10)

Format Value
HEX #7f2b0a
RGB rgb(127, 43, 10)
HSL hsl(16.9, 85.4%, 26.9%)
CMYK cmyk(0%, 66.1%, 92.1%, 50.2%)

What is the RGB code for reddish brown?

The CSS color reddish brown in RGB format is rgb(127, 43, 10). Use this value directly in CSS, SVG, and most design tools.

How do I use reddish brown in CSS?

To apply reddish brown in CSS:

  • Text color: color: rgb(127, 43, 10);
  • Background: background-color: rgb(127, 43, 10);
  • Border: border-color: rgb(127, 43, 10);

What are all the color format values for reddish brown?

FormatValue
HEX#7f2b0a
RGBrgb(127, 43, 10)
HSLhsl(16.9, 85.4%, 26.9%)
CMYKcmyk(0%, 66.1%, 92.1%, 50.2%)

How do I convert reddish brown to RGB?

Select reddish brown from the color name list in our color converter. The RGB value — rgb(127, 43, 10) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does reddish brown belong to?

reddish brown belongs to the orange color family. It is a dark, vivid color with HSL values: hue 16.9°, saturation 85.4%, lightness 26.9%.

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

Lighter variant (lightness 41.9%): #c64310. Darker variant (lightness 11.899999999999999%): #381304. 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.