Shades of Burning Sand #C5865D
Tints of Burning Sand #C5865D
RGB
CMYK
RGB Variations
Color information
#C5865D (or 0xC5865D) is known color: Burning Sand. HEX triplet: C5, 86 and 5D. RGB value is (197,134,93). Sum of RGB (Red+Green+Blue) = 197+134+93=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5865D is #3A79A2. Grayscale: #949494. Windows color (decimal): -3832227 or 6129349. OLE color: 6129349.
HSL color Cylindrical-coordinate representation of color #C5865D: hue angle of 23.65º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5865D is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 93 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.23 |
| HSL | 23.65º | 0.47% | 0.57% | - |
| HSV(B) | 23.65º | 0.53% | 0.77% | - |
| XYZ | 33.53 | 29.71 | 14.32 | - |
| YUV | 148.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 93 | 0 | 0.32 | 0.53 | 0.23 | 23.65 | 0.47 | 0.57 |
| Hex | C5 | 86 | 5D | 0 | 20 | 35 | 17 | 18 | 2F | 39 |
| Octal | 305 | 206 | 135 | 0 | 40 | 65 | 27 | 30 | 57 | 71 |
| Binary | 11000101 | 10000110 | 1011101 | 0 | 100000 | 110101 | 10111 | 11000 | 101111 | 111001 |
Color Harmonies of #C5865D
Complementary color
Monochromatic Colors of #C5865D
Black with #C5865D
Text Example
Text Example
White with #C5865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5865D; }
p { color: rgb(197,134,93); }
H1.HeaderClassName
{
color: #C5865D;
}
.AnyTagClassName
{
color: #C5865D;
}
</style>
background-color css
<style>
a { background-color: #C5865D; }
a { background-color: rgb(197,134,93); }
div.DivClassName
{
background-color: #C5865D;
}
.BgClassName
{
background-color: #C5865D;
}
</style>
border-color css
<style>
span { border-color: #C5865D; }
span { border-color: rgb(197,134,93); }
td.TdClassName
{
border-color: #C5865D;
}
.TagClassName
{
border-color: #C5865D;
}
</style>