Shades of Burning Sand #C3835D
Tints of Burning Sand #C3835D
RGB
CMYK
RGB Variations
Color information
#C3835D (or 0xC3835D) is known color: Burning Sand. HEX triplet: C3, 83 and 5D. RGB value is (195,131,93). Sum of RGB (Red+Green+Blue) = 195+131+93=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3835D is #3C7CA2. Grayscale: #929292. Windows color (decimal): -3964067 or 6128579. OLE color: 6128579.
HSL color Cylindrical-coordinate representation of color #C3835D: hue angle of 22.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3835D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 93 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.24 |
| HSL | 22.35º | 0.46% | 0.56% | - |
| HSV(B) | 22.35º | 0.52% | 0.76% | - |
| XYZ | 32.6 | 28.63 | 14.16 | - |
| YUV | 145.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 93 | 0 | 0.33 | 0.52 | 0.24 | 22.35 | 0.46 | 0.56 |
| Hex | C3 | 83 | 5D | 0 | 21 | 34 | 18 | 16 | 2E | 38 |
| Octal | 303 | 203 | 135 | 0 | 41 | 64 | 30 | 26 | 56 | 70 |
| Binary | 11000011 | 10000011 | 1011101 | 0 | 100001 | 110100 | 11000 | 10110 | 101110 | 111000 |
Color Harmonies of #C3835D
Complementary color
Monochromatic Colors of #C3835D
Black with #C3835D
Text Example
Text Example
White with #C3835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3835D; }
p { color: rgb(195,131,93); }
H1.HeaderClassName
{
color: #C3835D;
}
.AnyTagClassName
{
color: #C3835D;
}
</style>
background-color css
<style>
a { background-color: #C3835D; }
a { background-color: rgb(195,131,93); }
div.DivClassName
{
background-color: #C3835D;
}
.BgClassName
{
background-color: #C3835D;
}
</style>
border-color css
<style>
span { border-color: #C3835D; }
span { border-color: rgb(195,131,93); }
td.TdClassName
{
border-color: #C3835D;
}
.TagClassName
{
border-color: #C3835D;
}
</style>