Shades of Burning Sand #C58461
Tints of Burning Sand #C58461
RGB
CMYK
RGB Variations
Color information
#C58461 (or 0xC58461) is known color: Burning Sand. HEX triplet: C5, 84 and 61. RGB value is (197,132,97). Sum of RGB (Red+Green+Blue) = 197+132+97=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C58461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58461 is #3A7B9E. Grayscale: #939393. Windows color (decimal): -3832735 or 6390981. OLE color: 6390981.
HSL color Cylindrical-coordinate representation of color #C58461: hue angle of 21º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58461 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 97 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.23 |
| HSL | 21º | 0.46% | 0.58% | - |
| HSV(B) | 21º | 0.51% | 0.77% | - |
| XYZ | 33.43 | 29.24 | 15.19 | - |
| YUV | 147.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 97 | 0 | 0.33 | 0.51 | 0.23 | 21 | 0.46 | 0.58 |
| Hex | C5 | 84 | 61 | 0 | 21 | 33 | 17 | 15 | 2E | 3A |
| Octal | 305 | 204 | 141 | 0 | 41 | 63 | 27 | 25 | 56 | 72 |
| Binary | 11000101 | 10000100 | 1100001 | 0 | 100001 | 110011 | 10111 | 10101 | 101110 | 111010 |
Color Harmonies of #C58461
Complementary color
Monochromatic Colors of #C58461
Black with #C58461
Text Example
Text Example
White with #C58461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58461; }
p { color: rgb(197,132,97); }
H1.HeaderClassName
{
color: #C58461;
}
.AnyTagClassName
{
color: #C58461;
}
</style>
background-color css
<style>
a { background-color: #C58461; }
a { background-color: rgb(197,132,97); }
div.DivClassName
{
background-color: #C58461;
}
.BgClassName
{
background-color: #C58461;
}
</style>
border-color css
<style>
span { border-color: #C58461; }
span { border-color: rgb(197,132,97); }
td.TdClassName
{
border-color: #C58461;
}
.TagClassName
{
border-color: #C58461;
}
</style>