What is the RGB code for brown red?
The CSS color brown red in RGB format is rgb(146, 43, 5). Use this value directly in CSS, SVG, and most design tools.
How do I use brown red in CSS?
To apply brown red in CSS:
- Text color: color: rgb(146, 43, 5);
- Background: background-color: rgb(146, 43, 5);
- Border: border-color: rgb(146, 43, 5);
What are all the color format values for brown red?
| Format | Value |
|---|---|
| HEX | #922b05 |
| RGB | rgb(146, 43, 5) |
| HSL | hsl(16.2, 93.4%, 29.6%) |
| CMYK | cmyk(0%, 70.5%, 96.6%, 42.7%) |
How do I convert brown red to RGB?
Select brown red from the color name list in our color converter. The RGB value — rgb(146, 43, 5) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brown red belong to?
brown red belongs to the orange color family. It is a dark, vivid color with HSL values: hue 16.2°, saturation 93.4%, lightness 29.6%.
How do I create lighter and darker shades of brown red?
Lighter variant (lightness 44.6%): #dc4108. Darker variant (lightness 14.600000000000001%): #481502. 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.