Shades of Burning Sand #C5845E
Tints of Burning Sand #C5845E
RGB
CMYK
RGB Variations
Color information
#C5845E (or 0xC5845E) is known color: Burning Sand. HEX triplet: C5, 84 and 5E. RGB value is (197,132,94). Sum of RGB (Red+Green+Blue) = 197+132+94=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5845E is #3A7BA1. Grayscale: #939393. Windows color (decimal): -3832738 or 6194373. OLE color: 6194373.
HSL color Cylindrical-coordinate representation of color #C5845E: hue angle of 22.14º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5845E is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 94 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.23 |
| HSL | 22.14º | 0.47% | 0.57% | - |
| HSV(B) | 22.14º | 0.52% | 0.77% | - |
| XYZ | 33.3 | 29.18 | 14.47 | - |
| YUV | 147.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 94 | 0 | 0.33 | 0.52 | 0.23 | 22.14 | 0.47 | 0.57 |
| Hex | C5 | 84 | 5E | 0 | 21 | 34 | 17 | 16 | 2F | 39 |
| Octal | 305 | 204 | 136 | 0 | 41 | 64 | 27 | 26 | 57 | 71 |
| Binary | 11000101 | 10000100 | 1011110 | 0 | 100001 | 110100 | 10111 | 10110 | 101111 | 111001 |
Color Harmonies of #C5845E
Complementary color
Monochromatic Colors of #C5845E
Black with #C5845E
Text Example
Text Example
White with #C5845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5845E; }
p { color: rgb(197,132,94); }
H1.HeaderClassName
{
color: #C5845E;
}
.AnyTagClassName
{
color: #C5845E;
}
</style>
background-color css
<style>
a { background-color: #C5845E; }
a { background-color: rgb(197,132,94); }
div.DivClassName
{
background-color: #C5845E;
}
.BgClassName
{
background-color: #C5845E;
}
</style>
border-color css
<style>
span { border-color: #C5845E; }
span { border-color: rgb(197,132,94); }
td.TdClassName
{
border-color: #C5845E;
}
.TagClassName
{
border-color: #C5845E;
}
</style>