What is the HSL code for brown orange?
The CSS color brown orange in HSL format is hsl(33.8, 97.9%, 36.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use brown orange in CSS?
To apply brown orange in CSS:
- Text color: color: hsl(33.8, 97.9%, 36.7%);
- Background: background-color: hsl(33.8, 97.9%, 36.7%);
- Border: border-color: hsl(33.8, 97.9%, 36.7%);
What are all the color format values for brown orange?
| Format | Value |
|---|---|
| HEX | #b96902 |
| RGB | rgb(185, 105, 2) |
| HSL | hsl(33.8, 97.9%, 36.7%) |
| CMYK | cmyk(0%, 43.2%, 98.9%, 27.5%) |
How do I convert brown orange to HSL?
Select brown orange from the color name list in our color converter. The HSL value — hsl(33.8, 97.9%, 36.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brown orange belong to?
brown orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 33.8°, saturation 97.9%, lightness 36.7%.
How do I create lighter and darker shades of brown orange?
Lighter variant (lightness 51.7%): #fc930b. Darker variant (lightness 21.700000000000003%): #6e3e01. 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.