What is the HEX code for yellowish brown?
The CSS color yellowish brown in HEX format is #9b7a01. Use this value directly in CSS, SVG, and most design tools.
How do I use yellowish brown in CSS?
To apply yellowish brown in CSS:
- Text color: color: #9b7a01;
- Background: background-color: #9b7a01;
- Border: border-color: #9b7a01;
What are all the color format values for yellowish brown?
| Format | Value |
|---|---|
| HEX | #9b7a01 |
| RGB | rgb(155, 122, 1) |
| HSL | hsl(47.1, 98.7%, 30.6%) |
| CMYK | cmyk(0%, 21.3%, 99.4%, 39.2%) |
How do I convert yellowish brown to HEX?
Select yellowish brown from the color name list in our color converter. The HEX value — #9b7a01 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does yellowish brown belong to?
yellowish brown belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 47.1°, saturation 98.7%, lightness 30.6%.
How do I create lighter and darker shades of yellowish brown?
Lighter variant (lightness 45.6%): #e7b602. Darker variant (lightness 15.600000000000001%): #4f3e01. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.