Shades of Burning Sand #C4845E
Tints of Burning Sand #C4845E
RGB
CMYK
RGB Variations
Color information
#C4845E (or 0xC4845E) is known color: Burning Sand. HEX triplet: C4, 84 and 5E. RGB value is (196,132,94). Sum of RGB (Red+Green+Blue) = 196+132+94=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4845E is #3B7BA1. Grayscale: #939393. Windows color (decimal): -3898274 or 6194372. OLE color: 6194372.
HSL color Cylindrical-coordinate representation of color #C4845E: hue angle of 22.35º degrees, saturation: 0.46, 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 #C4845E is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 94 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.23 |
| HSL | 22.35º | 0.46% | 0.57% | - |
| HSV(B) | 22.35º | 0.52% | 0.77% | - |
| XYZ | 33.04 | 29.05 | 14.45 | - |
| YUV | 146.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 94 | 0 | 0.33 | 0.52 | 0.23 | 22.35 | 0.46 | 0.57 |
| Hex | C4 | 84 | 5E | 0 | 21 | 34 | 17 | 16 | 2E | 39 |
| Octal | 304 | 204 | 136 | 0 | 41 | 64 | 27 | 26 | 56 | 71 |
| Binary | 11000100 | 10000100 | 1011110 | 0 | 100001 | 110100 | 10111 | 10110 | 101110 | 111001 |
Color Harmonies of #C4845E
Complementary color
Monochromatic Colors of #C4845E
Black with #C4845E
Text Example
Text Example
White with #C4845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4845E; }
p { color: rgb(196,132,94); }
H1.HeaderClassName
{
color: #C4845E;
}
.AnyTagClassName
{
color: #C4845E;
}
</style>
background-color css
<style>
a { background-color: #C4845E; }
a { background-color: rgb(196,132,94); }
div.DivClassName
{
background-color: #C4845E;
}
.BgClassName
{
background-color: #C4845E;
}
</style>
border-color css
<style>
span { border-color: #C4845E; }
span { border-color: rgb(196,132,94); }
td.TdClassName
{
border-color: #C4845E;
}
.TagClassName
{
border-color: #C4845E;
}
</style>