What is the HSL code for brown red?
The CSS color brown red in HSL format is hsl(16.2, 93.4%, 29.6%). 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: hsl(16.2, 93.4%, 29.6%);
- Background: background-color: hsl(16.2, 93.4%, 29.6%);
- Border: border-color: hsl(16.2, 93.4%, 29.6%);
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 HSL?
Select brown red from the color name list in our color converter. The HSL value — hsl(16.2, 93.4%, 29.6%) — 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 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.