Shades of Chocolate #D46412
Tints of Chocolate #D46412
RGB
CMYK
RGB Variations
Color information
#D46412 (or 0xD46412) is known color: Chocolate. HEX triplet: D4, 64 and 12. RGB value is (212,100,18). Sum of RGB (Red+Green+Blue) = 212+100+18=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D46412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46412 is #2B9BED. Grayscale: #7C7C7C. Windows color (decimal): -2857966 or 1205460. OLE color: 1205460.
HSL color Cylindrical-coordinate representation of color #D46412: hue angle of 25.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D46412 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.17 |
| HSL | 25.36º | 0.84% | 0.45% | - |
| HSV(B) | 25.36º | 0.92% | 0.83% | - |
| XYZ | 31.82 | 23.16 | 3.36 | - |
| YUV | 124.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 18 | 0 | 0.53 | 0.92 | 0.17 | 25.36 | 0.84 | 0.45 |
| Hex | D4 | 64 | 12 | 0 | 35 | 5C | 11 | 19 | 54 | 2D |
| Octal | 324 | 144 | 22 | 0 | 65 | 134 | 21 | 31 | 124 | 55 |
| Binary | 11010100 | 1100100 | 10010 | 0 | 110101 | 1011100 | 10001 | 11001 | 1010100 | 101101 |
Color Harmonies of #D46412
Complementary color
Monochromatic Colors of #D46412
Black with #D46412
Text Example
Text Example
White with #D46412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46412; }
p { color: rgb(212,100,18); }
H1.HeaderClassName
{
color: #D46412;
}
.AnyTagClassName
{
color: #D46412;
}
</style>
background-color css
<style>
a { background-color: #D46412; }
a { background-color: rgb(212,100,18); }
div.DivClassName
{
background-color: #D46412;
}
.BgClassName
{
background-color: #D46412;
}
</style>
border-color css
<style>
span { border-color: #D46412; }
span { border-color: rgb(212,100,18); }
td.TdClassName
{
border-color: #D46412;
}
.TagClassName
{
border-color: #D46412;
}
</style>