What is the RGB code for raw umber?
The CSS color raw umber in RGB format is rgb(167, 94, 9). Use this value directly in CSS, SVG, and most design tools.
How do I use raw umber in CSS?
To apply raw umber in CSS:
- Text color: color: rgb(167, 94, 9);
- Background: background-color: rgb(167, 94, 9);
- Border: border-color: rgb(167, 94, 9);
What are all the color format values for raw umber?
| Format | Value |
|---|---|
| HEX | #a75e09 |
| RGB | rgb(167, 94, 9) |
| HSL | hsl(32.3, 89.8%, 34.5%) |
| CMYK | cmyk(0%, 43.7%, 94.6%, 34.5%) |
How do I convert raw umber to RGB?
Select raw umber from the color name list in our color converter. The RGB value — rgb(167, 94, 9) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does raw umber belong to?
raw umber belongs to the orange color family. It is a medium, vivid color with HSL values: hue 32.3°, saturation 89.8%, lightness 34.5%.
How do I create lighter and darker shades of raw umber?
Lighter variant (lightness 49.5%): #f0870d. Darker variant (lightness 19.5%): #5e3505. 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.