Shades of Burning Sand #C7845B
Tints of Burning Sand #C7845B
RGB
CMYK
RGB Variations
Color information
#C7845B (or 0xC7845B) is known color: Burning Sand. HEX triplet: C7, 84 and 5B. RGB value is (199,132,91). Sum of RGB (Red+Green+Blue) = 199+132+91=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7845B is #387BA4. Grayscale: #939393. Windows color (decimal): -3701669 or 5997767. OLE color: 5997767.
HSL color Cylindrical-coordinate representation of color #C7845B: hue angle of 22.78º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7845B is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 91 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.22 |
| HSL | 22.78º | 0.49% | 0.57% | - |
| HSV(B) | 22.78º | 0.54% | 0.78% | - |
| XYZ | 33.69 | 29.4 | 13.8 | - |
| YUV | 147.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 91 | 0 | 0.34 | 0.54 | 0.22 | 22.78 | 0.49 | 0.57 |
| Hex | C7 | 84 | 5B | 0 | 22 | 36 | 16 | 17 | 31 | 39 |
| Octal | 307 | 204 | 133 | 0 | 42 | 66 | 26 | 27 | 61 | 71 |
| Binary | 11000111 | 10000100 | 1011011 | 0 | 100010 | 110110 | 10110 | 10111 | 110001 | 111001 |
Color Harmonies of #C7845B
Complementary color
Monochromatic Colors of #C7845B
Black with #C7845B
Text Example
Text Example
White with #C7845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7845B; }
p { color: rgb(199,132,91); }
H1.HeaderClassName
{
color: #C7845B;
}
.AnyTagClassName
{
color: #C7845B;
}
</style>
background-color css
<style>
a { background-color: #C7845B; }
a { background-color: rgb(199,132,91); }
div.DivClassName
{
background-color: #C7845B;
}
.BgClassName
{
background-color: #C7845B;
}
</style>
border-color css
<style>
span { border-color: #C7845B; }
span { border-color: rgb(199,132,91); }
td.TdClassName
{
border-color: #C7845B;
}
.TagClassName
{
border-color: #C7845B;
}
</style>