Shades of Burning Sand #C7845F
Tints of Burning Sand #C7845F
RGB
CMYK
RGB Variations
Color information
#C7845F (or 0xC7845F) is known color: Burning Sand. HEX triplet: C7, 84 and 5F. RGB value is (199,132,95). Sum of RGB (Red+Green+Blue) = 199+132+95=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7845F is #387BA0. Grayscale: #949494. Windows color (decimal): -3701665 or 6259911. OLE color: 6259911.
HSL color Cylindrical-coordinate representation of color #C7845F: hue angle of 21.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7845F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 95 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.22 |
| HSL | 21.35º | 0.48% | 0.58% | - |
| HSV(B) | 21.35º | 0.52% | 0.78% | - |
| XYZ | 33.87 | 29.47 | 14.73 | - |
| YUV | 147.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 95 | 0 | 0.34 | 0.52 | 0.22 | 21.35 | 0.48 | 0.58 |
| Hex | C7 | 84 | 5F | 0 | 22 | 34 | 16 | 15 | 30 | 3A |
| Octal | 307 | 204 | 137 | 0 | 42 | 64 | 26 | 25 | 60 | 72 |
| Binary | 11000111 | 10000100 | 1011111 | 0 | 100010 | 110100 | 10110 | 10101 | 110000 | 111010 |
Color Harmonies of #C7845F
Complementary color
Monochromatic Colors of #C7845F
Black with #C7845F
Text Example
Text Example
White with #C7845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7845F; }
p { color: rgb(199,132,95); }
H1.HeaderClassName
{
color: #C7845F;
}
.AnyTagClassName
{
color: #C7845F;
}
</style>
background-color css
<style>
a { background-color: #C7845F; }
a { background-color: rgb(199,132,95); }
div.DivClassName
{
background-color: #C7845F;
}
.BgClassName
{
background-color: #C7845F;
}
</style>
border-color css
<style>
span { border-color: #C7845F; }
span { border-color: rgb(199,132,95); }
td.TdClassName
{
border-color: #C7845F;
}
.TagClassName
{
border-color: #C7845F;
}
</style>