What is the HSL code for orangey brown?
The CSS color orangey brown in HSL format is hsl(32.2, 97.8%, 35.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use orangey brown in CSS?
To apply orangey brown in CSS:
- Text color: color: hsl(32.2, 97.8%, 35.1%);
- Background: background-color: hsl(32.2, 97.8%, 35.1%);
- Border: border-color: hsl(32.2, 97.8%, 35.1%);
What are all the color format values for orangey brown?
| Format | Value |
|---|---|
| HEX | #b16002 |
| RGB | rgb(177, 96, 2) |
| HSL | hsl(32.2, 97.8%, 35.1%) |
| CMYK | cmyk(0%, 45.8%, 98.9%, 30.6%) |
How do I convert orangey brown to HSL?
Select orangey brown from the color name list in our color converter. The HSL value — hsl(32.2, 97.8%, 35.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does orangey brown belong to?
orangey brown belongs to the orange color family. It is a medium, vivid color with HSL values: hue 32.2°, saturation 97.8%, lightness 35.1%.
How do I create lighter and darker shades of orangey brown?
Lighter variant (lightness 50.1%): #fc8903. Darker variant (lightness 20.1%): #653701. 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.