Shades of Chocolate #D36412
Tints of Chocolate #D36412
RGB
CMYK
RGB Variations
Color information
#D36412 (or 0xD36412) is known color: Chocolate. HEX triplet: D3, 64 and 12. RGB value is (211,100,18). Sum of RGB (Red+Green+Blue) = 211+100+18=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D36412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36412 is #2C9BED. Grayscale: #7C7C7C. Windows color (decimal): -2923502 or 1205459. OLE color: 1205459.
HSL color Cylindrical-coordinate representation of color #D36412: hue angle of 25.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D36412 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.17 |
| HSL | 25.49º | 0.84% | 0.45% | - |
| HSV(B) | 25.49º | 0.91% | 0.83% | - |
| XYZ | 31.53 | 23.01 | 3.35 | - |
| YUV | 123.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 18 | 0 | 0.53 | 0.91 | 0.17 | 25.49 | 0.84 | 0.45 |
| Hex | D3 | 64 | 12 | 0 | 35 | 5B | 11 | 19 | 54 | 2D |
| Octal | 323 | 144 | 22 | 0 | 65 | 133 | 21 | 31 | 124 | 55 |
| Binary | 11010011 | 1100100 | 10010 | 0 | 110101 | 1011011 | 10001 | 11001 | 1010100 | 101101 |
Color Harmonies of #D36412
Complementary color
Monochromatic Colors of #D36412
Black with #D36412
Text Example
Text Example
White with #D36412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36412; }
p { color: rgb(211,100,18); }
H1.HeaderClassName
{
color: #D36412;
}
.AnyTagClassName
{
color: #D36412;
}
</style>
background-color css
<style>
a { background-color: #D36412; }
a { background-color: rgb(211,100,18); }
div.DivClassName
{
background-color: #D36412;
}
.BgClassName
{
background-color: #D36412;
}
</style>
border-color css
<style>
span { border-color: #D36412; }
span { border-color: rgb(211,100,18); }
td.TdClassName
{
border-color: #D36412;
}
.TagClassName
{
border-color: #D36412;
}
</style>