What is the HSL code for pinkish brown?
The CSS color pinkish brown in HSL format is hsl(12.8, 33.9%, 53.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use pinkish brown in CSS?
To apply pinkish brown in CSS:
- Text color: color: hsl(12.8, 33.9%, 53.7%);
- Background: background-color: hsl(12.8, 33.9%, 53.7%);
- Border: border-color: hsl(12.8, 33.9%, 53.7%);
What are all the color format values for pinkish brown?
| Format | Value |
|---|---|
| HEX | #b17261 |
| RGB | rgb(177, 114, 97) |
| HSL | hsl(12.8, 33.9%, 53.7%) |
| CMYK | cmyk(0%, 35.6%, 45.2%, 30.6%) |
How do I convert pinkish brown to HSL?
Select pinkish brown from the color name list in our color converter. The HSL value — hsl(12.8, 33.9%, 53.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pinkish brown belong to?
pinkish brown belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 12.8°, saturation 33.9%, lightness 53.7%.
How do I create lighter and darker shades of pinkish brown?
Lighter variant (lightness 68.7%): #caa094. Darker variant (lightness 38.7%): #845041. 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.