What is the HSL code for red brown?
The CSS color red brown in HSL format is hsl(12.3, 72.7%, 31.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use red brown in CSS?
To apply red brown in CSS:
- Text color: color: hsl(12.3, 72.7%, 31.6%);
- Background: background-color: hsl(12.3, 72.7%, 31.6%);
- Border: border-color: hsl(12.3, 72.7%, 31.6%);
What are all the color format values for red brown?
| Format | Value |
|---|---|
| HEX | #8b2e16 |
| RGB | rgb(139, 46, 22) |
| HSL | hsl(12.3, 72.7%, 31.6%) |
| CMYK | cmyk(0%, 66.9%, 84.2%, 45.5%) |
How do I convert red brown to HSL?
Select red brown from the color name list in our color converter. The HSL value — hsl(12.3, 72.7%, 31.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does red brown belong to?
red brown belongs to the red color family. It is a medium, vivid color with HSL values: hue 12.3°, saturation 72.7%, lightness 31.6%.
How do I create lighter and darker shades of red brown?
Lighter variant (lightness 46.6%): #cd4420. Darker variant (lightness 16.6%): #49180c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.