Brownish red to RGB — Color Code

RGB

rgb(158, 54, 35)

Format Value
HEX #9e3623
RGB rgb(158, 54, 35)
HSL hsl(9.3, 63.7%, 37.8%)
CMYK cmyk(0%, 65.8%, 77.8%, 38%)

What is the RGB code for brownish red?

The CSS color brownish red in RGB format is rgb(158, 54, 35). Use this value directly in CSS, SVG, and most design tools.

How do I use brownish red in CSS?

To apply brownish red in CSS:

  • Text color: color: rgb(158, 54, 35);
  • Background: background-color: rgb(158, 54, 35);
  • Border: border-color: rgb(158, 54, 35);

What are all the color format values for brownish red?

FormatValue
HEX#9e3623
RGBrgb(158, 54, 35)
HSLhsl(9.3, 63.7%, 37.8%)
CMYKcmyk(0%, 65.8%, 77.8%, 38%)

How do I convert brownish red to RGB?

Select brownish red from the color name list in our color converter. The RGB value — rgb(158, 54, 35) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does brownish red belong to?

brownish red belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 9.3°, saturation 63.7%, lightness 37.8%.

How do I create lighter and darker shades of brownish red?

Lighter variant (lightness 52.8%): #d3523a. Darker variant (lightness 22.799999999999997%): #5f2115. 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.