What is the HSL code for chocolate?
The CSS color chocolate in HSL format is hsl(25, 75%, 47.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use chocolate in CSS?
To apply chocolate in CSS:
- Text color: color: hsl(25, 75%, 47.1%);
- Background: background-color: hsl(25, 75%, 47.1%);
- Border: border-color: hsl(25, 75%, 47.1%);
What are all the color format values for chocolate?
| Format | Value |
|---|---|
| HEX | #d2691e |
| RGB | rgb(210, 105, 30) |
| HSL | hsl(25, 75%, 47.1%) |
| CMYK | cmyk(0%, 50%, 85.7%, 17.6%) |
How do I convert chocolate to HSL?
Select chocolate from the color name list in our color converter. The HSL value — hsl(25, 75%, 47.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does chocolate belong to?
chocolate belongs to the orange color family. It is a medium, vivid color with HSL values: hue 25°, saturation 75%, lightness 47.1%.
How do I create lighter and darker shades of chocolate?
Lighter variant (lightness 62.1%): #e79256. Darker variant (lightness 32.1%): #8f4814. 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.