What is the HSL code for light brown?
The CSS color light brown in HSL format is hsl(31.6, 36.8%, 49.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use light brown in CSS?
To apply light brown in CSS:
- Text color: color: hsl(31.6, 36.8%, 49.6%);
- Background: background-color: hsl(31.6, 36.8%, 49.6%);
- Border: border-color: hsl(31.6, 36.8%, 49.6%);
What are all the color format values for light brown?
| Format | Value |
|---|---|
| HEX | #ad8150 |
| RGB | rgb(173, 129, 80) |
| HSL | hsl(31.6, 36.8%, 49.6%) |
| CMYK | cmyk(0%, 25.4%, 53.8%, 32.2%) |
How do I convert light brown to HSL?
Select light brown from the color name list in our color converter. The HSL value — hsl(31.6, 36.8%, 49.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light brown belong to?
light brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 31.6°, saturation 36.8%, lightness 49.6%.
How do I create lighter and darker shades of light brown?
Lighter variant (lightness 64.6%): #c6a784. Darker variant (lightness 34.6%): #795a38. 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.