Shades of Burning Sand #C5876D
Tints of Burning Sand #C5876D
RGB
CMYK
RGB Variations
Color information
#C5876D (or 0xC5876D) is known color: Burning Sand. HEX triplet: C5, 87 and 6D. RGB value is (197,135,109). Sum of RGB (Red+Green+Blue) = 197+135+109=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5876D is #3A7892. Grayscale: #969696. Windows color (decimal): -3831955 or 7178181. OLE color: 7178181.
HSL color Cylindrical-coordinate representation of color #C5876D: hue angle of 17.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5876D is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 109 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.23 |
| HSL | 17.73º | 0.43% | 0.6% | - |
| HSV(B) | 17.73º | 0.45% | 0.77% | - |
| XYZ | 34.45 | 30.3 | 18.5 | - |
| YUV | 150.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 109 | 0 | 0.31 | 0.45 | 0.23 | 17.73 | 0.43 | 0.6 |
| Hex | C5 | 87 | 6D | 0 | 1F | 2D | 17 | 12 | 2B | 3C |
| Octal | 305 | 207 | 155 | 0 | 37 | 55 | 27 | 22 | 53 | 74 |
| Binary | 11000101 | 10000111 | 1101101 | 0 | 11111 | 101101 | 10111 | 10010 | 101011 | 111100 |
Color Harmonies of #C5876D
Complementary color
Monochromatic Colors of #C5876D
Black with #C5876D
Text Example
Text Example
White with #C5876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5876D; }
p { color: rgb(197,135,109); }
H1.HeaderClassName
{
color: #C5876D;
}
.AnyTagClassName
{
color: #C5876D;
}
</style>
background-color css
<style>
a { background-color: #C5876D; }
a { background-color: rgb(197,135,109); }
div.DivClassName
{
background-color: #C5876D;
}
.BgClassName
{
background-color: #C5876D;
}
</style>
border-color css
<style>
span { border-color: #C5876D; }
span { border-color: rgb(197,135,109); }
td.TdClassName
{
border-color: #C5876D;
}
.TagClassName
{
border-color: #C5876D;
}
</style>