Shades of Burning Sand #C5835A
Tints of Burning Sand #C5835A
RGB
CMYK
RGB Variations
Color information
#C5835A (or 0xC5835A) is known color: Burning Sand. HEX triplet: C5, 83 and 5A. RGB value is (197,131,90). Sum of RGB (Red+Green+Blue) = 197+131+90=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5835A is #3A7CA5. Grayscale: #929292. Windows color (decimal): -3832998 or 5931973. OLE color: 5931973.
HSL color Cylindrical-coordinate representation of color #C5835A: hue angle of 22.99º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5835A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 90 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.23 |
| HSL | 22.99º | 0.48% | 0.56% | - |
| HSV(B) | 22.99º | 0.54% | 0.77% | - |
| XYZ | 32.99 | 28.84 | 13.5 | - |
| YUV | 146.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 90 | 0 | 0.34 | 0.54 | 0.23 | 22.99 | 0.48 | 0.56 |
| Hex | C5 | 83 | 5A | 0 | 22 | 36 | 17 | 17 | 30 | 38 |
| Octal | 305 | 203 | 132 | 0 | 42 | 66 | 27 | 27 | 60 | 70 |
| Binary | 11000101 | 10000011 | 1011010 | 0 | 100010 | 110110 | 10111 | 10111 | 110000 | 111000 |
Color Harmonies of #C5835A
Complementary color
Monochromatic Colors of #C5835A
Black with #C5835A
Text Example
Text Example
White with #C5835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5835A; }
p { color: rgb(197,131,90); }
H1.HeaderClassName
{
color: #C5835A;
}
.AnyTagClassName
{
color: #C5835A;
}
</style>
background-color css
<style>
a { background-color: #C5835A; }
a { background-color: rgb(197,131,90); }
div.DivClassName
{
background-color: #C5835A;
}
.BgClassName
{
background-color: #C5835A;
}
</style>
border-color css
<style>
span { border-color: #C5835A; }
span { border-color: rgb(197,131,90); }
td.TdClassName
{
border-color: #C5835A;
}
.TagClassName
{
border-color: #C5835A;
}
</style>