Shades of Burning Sand #C58357
Tints of Burning Sand #C58357
RGB
CMYK
RGB Variations
Color information
#C58357 (or 0xC58357) is known color: Burning Sand. HEX triplet: C5, 83 and 57. RGB value is (197,131,87). Sum of RGB (Red+Green+Blue) = 197+131+87=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C58357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58357 is #3A7CA8. Grayscale: #919191. Windows color (decimal): -3833001 or 5735365. OLE color: 5735365.
HSL color Cylindrical-coordinate representation of color #C58357: hue angle of 24º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C58357 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 87 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.23 |
| HSL | 24º | 0.49% | 0.56% | - |
| HSV(B) | 24º | 0.56% | 0.77% | - |
| XYZ | 32.86 | 28.79 | 12.84 | - |
| YUV | 145.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 87 | 0 | 0.34 | 0.56 | 0.23 | 24 | 0.49 | 0.56 |
| Hex | C5 | 83 | 57 | 0 | 22 | 38 | 17 | 18 | 31 | 38 |
| Octal | 305 | 203 | 127 | 0 | 42 | 70 | 27 | 30 | 61 | 70 |
| Binary | 11000101 | 10000011 | 1010111 | 0 | 100010 | 111000 | 10111 | 11000 | 110001 | 111000 |
Color Harmonies of #C58357
Complementary color
Monochromatic Colors of #C58357
Black with #C58357
Text Example
Text Example
White with #C58357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58357; }
p { color: rgb(197,131,87); }
H1.HeaderClassName
{
color: #C58357;
}
.AnyTagClassName
{
color: #C58357;
}
</style>
background-color css
<style>
a { background-color: #C58357; }
a { background-color: rgb(197,131,87); }
div.DivClassName
{
background-color: #C58357;
}
.BgClassName
{
background-color: #C58357;
}
</style>
border-color css
<style>
span { border-color: #C58357; }
span { border-color: rgb(197,131,87); }
td.TdClassName
{
border-color: #C58357;
}
.TagClassName
{
border-color: #C58357;
}
</style>