Shades of Chocolate #D36925
Tints of Chocolate #D36925
RGB
CMYK
RGB Variations
Color information
#D36925 (or 0xD36925) is known color: Chocolate. HEX triplet: D3, 69 and 25. RGB value is (211,105,37). Sum of RGB (Red+Green+Blue) = 211+105+37=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D36925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36925 is #2C96DA. Grayscale: #818181. Windows color (decimal): -2922203 or 2451923. OLE color: 2451923.
HSL color Cylindrical-coordinate representation of color #D36925: hue angle of 23.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D36925 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 37 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.17 |
| HSL | 23.45º | 0.7% | 0.49% | - |
| HSV(B) | 23.45º | 0.82% | 0.83% | - |
| XYZ | 32.25 | 24.09 | 4.7 | - |
| YUV | 128.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 37 | 0 | 0.50 | 0.82 | 0.17 | 23.45 | 0.7 | 0.49 |
| Hex | D3 | 69 | 25 | 0 | 32 | 52 | 11 | 17 | 46 | 31 |
| Octal | 323 | 151 | 45 | 0 | 62 | 122 | 21 | 27 | 106 | 61 |
| Binary | 11010011 | 1101001 | 100101 | 0 | 110010 | 1010010 | 10001 | 10111 | 1000110 | 110001 |
Color Harmonies of #D36925
Complementary color
Monochromatic Colors of #D36925
Black with #D36925
Text Example
Text Example
White with #D36925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36925; }
p { color: rgb(211,105,37); }
H1.HeaderClassName
{
color: #D36925;
}
.AnyTagClassName
{
color: #D36925;
}
</style>
background-color css
<style>
a { background-color: #D36925; }
a { background-color: rgb(211,105,37); }
div.DivClassName
{
background-color: #D36925;
}
.BgClassName
{
background-color: #D36925;
}
</style>
border-color css
<style>
span { border-color: #D36925; }
span { border-color: rgb(211,105,37); }
td.TdClassName
{
border-color: #D36925;
}
.TagClassName
{
border-color: #D36925;
}
</style>