What is the RGB code for sand brown?
The CSS color sand brown in RGB format is rgb(203, 165, 96). Use this value directly in CSS, SVG, and most design tools.
How do I use sand brown in CSS?
To apply sand brown in CSS:
- Text color: color: rgb(203, 165, 96);
- Background: background-color: rgb(203, 165, 96);
- Border: border-color: rgb(203, 165, 96);
What are all the color format values for sand brown?
| Format | Value |
|---|---|
| HEX | #cba560 |
| RGB | rgb(203, 165, 96) |
| HSL | hsl(38.7, 50.7%, 58.6%) |
| CMYK | cmyk(0%, 18.7%, 52.7%, 20.4%) |
How do I convert sand brown to RGB?
Select sand brown from the color name list in our color converter. The RGB value — rgb(203, 165, 96) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sand brown belong to?
sand brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 38.7°, saturation 50.7%, lightness 58.6%.
How do I create lighter and darker shades of sand brown?
Lighter variant (lightness 73.6%): #dec69a. Darker variant (lightness 43.6%): #a88037. 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.