Shades of Burning Sand #C4855F
Tints of Burning Sand #C4855F
RGB
CMYK
RGB Variations
Color information
#C4855F (or 0xC4855F) is known color: Burning Sand. HEX triplet: C4, 85 and 5F. RGB value is (196,133,95). Sum of RGB (Red+Green+Blue) = 196+133+95=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4855F is #3B7AA0. Grayscale: #939393. Windows color (decimal): -3898017 or 6260164. OLE color: 6260164.
HSL color Cylindrical-coordinate representation of color #C4855F: hue angle of 22.57º 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 #C4855F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 95 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.23 |
| HSL | 22.57º | 0.46% | 0.57% | - |
| HSV(B) | 22.57º | 0.52% | 0.77% | - |
| XYZ | 33.22 | 29.34 | 14.74 | - |
| YUV | 147.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 95 | 0 | 0.32 | 0.52 | 0.23 | 22.57 | 0.46 | 0.57 |
| Hex | C4 | 85 | 5F | 0 | 20 | 34 | 17 | 17 | 2E | 39 |
| Octal | 304 | 205 | 137 | 0 | 40 | 64 | 27 | 27 | 56 | 71 |
| Binary | 11000100 | 10000101 | 1011111 | 0 | 100000 | 110100 | 10111 | 10111 | 101110 | 111001 |
Color Harmonies of #C4855F
Complementary color
Monochromatic Colors of #C4855F
Black with #C4855F
Text Example
Text Example
White with #C4855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4855F; }
p { color: rgb(196,133,95); }
H1.HeaderClassName
{
color: #C4855F;
}
.AnyTagClassName
{
color: #C4855F;
}
</style>
background-color css
<style>
a { background-color: #C4855F; }
a { background-color: rgb(196,133,95); }
div.DivClassName
{
background-color: #C4855F;
}
.BgClassName
{
background-color: #C4855F;
}
</style>
border-color css
<style>
span { border-color: #C4855F; }
span { border-color: rgb(196,133,95); }
td.TdClassName
{
border-color: #C4855F;
}
.TagClassName
{
border-color: #C4855F;
}
</style>