What is the RGB code for clay brown?
The CSS color clay brown in RGB format is rgb(178, 113, 61). Use this value directly in CSS, SVG, and most design tools.
How do I use clay brown in CSS?
To apply clay brown in CSS:
- Text color: color: rgb(178, 113, 61);
- Background: background-color: rgb(178, 113, 61);
- Border: border-color: rgb(178, 113, 61);
What are all the color format values for clay brown?
| Format | Value |
|---|---|
| HEX | #b2713d |
| RGB | rgb(178, 113, 61) |
| HSL | hsl(26.7, 49%, 46.9%) |
| CMYK | cmyk(0%, 36.5%, 65.7%, 30.2%) |
How do I convert clay brown to RGB?
Select clay brown from the color name list in our color converter. The RGB value — rgb(178, 113, 61) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does clay brown belong to?
clay brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 26.7°, saturation 49%, lightness 46.9%.
How do I create lighter and darker shades of clay brown?
Lighter variant (lightness 61.9%): #cd996e. Darker variant (lightness 31.9%): #794d29. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.