Shades of Burning Sand #CD836D
Tints of Burning Sand #CD836D
RGB
CMYK
RGB Variations
Color information
#CD836D (or 0xCD836D) is known color: Burning Sand. HEX triplet: CD, 83 and 6D. RGB value is (205,131,109). Sum of RGB (Red+Green+Blue) = 205+131+109=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD836D is #327C92. Grayscale: #969696. Windows color (decimal): -3308691 or 7177165. OLE color: 7177165.
HSL color Cylindrical-coordinate representation of color #CD836D: hue angle of 13.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD836D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 109 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.20 |
| HSL | 13.75º | 0.49% | 0.62% | - |
| HSV(B) | 13.75º | 0.47% | 0.8% | - |
| XYZ | 36.05 | 30.32 | 18.42 | - |
| YUV | 150.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 109 | 0 | 0.36 | 0.47 | 0.20 | 13.75 | 0.49 | 0.62 |
| Hex | CD | 83 | 6D | 0 | 24 | 2F | 14 | E | 31 | 3E |
| Octal | 315 | 203 | 155 | 0 | 44 | 57 | 24 | 16 | 61 | 76 |
| Binary | 11001101 | 10000011 | 1101101 | 0 | 100100 | 101111 | 10100 | 1110 | 110001 | 111110 |
Color Harmonies of #CD836D
Complementary color
Monochromatic Colors of #CD836D
Black with #CD836D
Text Example
Text Example
White with #CD836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD836D; }
p { color: rgb(205,131,109); }
H1.HeaderClassName
{
color: #CD836D;
}
.AnyTagClassName
{
color: #CD836D;
}
</style>
background-color css
<style>
a { background-color: #CD836D; }
a { background-color: rgb(205,131,109); }
div.DivClassName
{
background-color: #CD836D;
}
.BgClassName
{
background-color: #CD836D;
}
</style>
border-color css
<style>
span { border-color: #CD836D; }
span { border-color: rgb(205,131,109); }
td.TdClassName
{
border-color: #CD836D;
}
.TagClassName
{
border-color: #CD836D;
}
</style>