What is the RGB code for russet?
The CSS color russet in RGB format is rgb(161, 57, 5). Use this value directly in CSS, SVG, and most design tools.
How do I use russet in CSS?
To apply russet in CSS:
- Text color: color: rgb(161, 57, 5);
- Background: background-color: rgb(161, 57, 5);
- Border: border-color: rgb(161, 57, 5);
What are all the color format values for russet?
| Format | Value |
|---|---|
| HEX | #a13905 |
| RGB | rgb(161, 57, 5) |
| HSL | hsl(20, 94%, 32.5%) |
| CMYK | cmyk(0%, 64.6%, 96.9%, 36.9%) |
How do I convert russet to RGB?
Select russet from the color name list in our color converter. The RGB value — rgb(161, 57, 5) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does russet belong to?
russet belongs to the orange color family. It is a medium, vivid color with HSL values: hue 20°, saturation 94%, lightness 32.5%.
How do I create lighter and darker shades of russet?
Lighter variant (lightness 47.5%): #eb5307. Darker variant (lightness 17.5%): #571f03. 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.