Shades of Chocolate #D76412
Tints of Chocolate #D76412
RGB
CMYK
RGB Variations
Color information
#D76412 (or 0xD76412) is known color: Chocolate. HEX triplet: D7, 64 and 12. RGB value is (215,100,18). Sum of RGB (Red+Green+Blue) = 215+100+18=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D76412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76412 is #289BED. Grayscale: #7D7D7D. Windows color (decimal): -2661358 or 1205463. OLE color: 1205463.
HSL color Cylindrical-coordinate representation of color #D76412: hue angle of 24.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D76412 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.16 |
| HSL | 24.97º | 0.85% | 0.46% | - |
| HSV(B) | 24.97º | 0.92% | 0.84% | - |
| XYZ | 32.69 | 23.61 | 3.41 | - |
| YUV | 125.04 | 67.6 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 18 | 0 | 0.53 | 0.92 | 0.16 | 24.97 | 0.85 | 0.46 |
| Hex | D7 | 64 | 12 | 0 | 35 | 5C | 10 | 19 | 55 | 2E |
| Octal | 327 | 144 | 22 | 0 | 65 | 134 | 20 | 31 | 125 | 56 |
| Binary | 11010111 | 1100100 | 10010 | 0 | 110101 | 1011100 | 10000 | 11001 | 1010101 | 101110 |
Color Harmonies of #D76412
Complementary color
Monochromatic Colors of #D76412
Black with #D76412
Text Example
Text Example
White with #D76412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76412; }
p { color: rgb(215,100,18); }
H1.HeaderClassName
{
color: #D76412;
}
.AnyTagClassName
{
color: #D76412;
}
</style>
background-color css
<style>
a { background-color: #D76412; }
a { background-color: rgb(215,100,18); }
div.DivClassName
{
background-color: #D76412;
}
.BgClassName
{
background-color: #D76412;
}
</style>
border-color css
<style>
span { border-color: #D76412; }
span { border-color: rgb(215,100,18); }
td.TdClassName
{
border-color: #D76412;
}
.TagClassName
{
border-color: #D76412;
}
</style>