Shades of Chocolate #D4730C
Tints of Chocolate #D4730C
RGB
CMYK
RGB Variations
Color information
#D4730C (or 0xD4730C) is known color: Chocolate. HEX triplet: D4, 73 and 0C. RGB value is (212,115,12). Sum of RGB (Red+Green+Blue) = 212+115+12=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4730C is #2B8CF3. Grayscale: #848484. Windows color (decimal): -2854132 or 816084. OLE color: 816084.
HSL color Cylindrical-coordinate representation of color #D4730C: hue angle of 30.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4730C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.17 |
| HSL | 30.9º | 0.89% | 0.44% | - |
| HSV(B) | 30.9º | 0.94% | 0.83% | - |
| XYZ | 33.35 | 26.29 | 3.66 | - |
| YUV | 132.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 12 | 0 | 0.46 | 0.94 | 0.17 | 30.9 | 0.89 | 0.44 |
| Hex | D4 | 73 | C | 0 | 2E | 5E | 11 | 1F | 59 | 2C |
| Octal | 324 | 163 | 14 | 0 | 56 | 136 | 21 | 37 | 131 | 54 |
| Binary | 11010100 | 1110011 | 1100 | 0 | 101110 | 1011110 | 10001 | 11111 | 1011001 | 101100 |
Color Harmonies of #D4730C
Complementary color
Monochromatic Colors of #D4730C
Black with #D4730C
Text Example
Text Example
White with #D4730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4730C; }
p { color: rgb(212,115,12); }
H1.HeaderClassName
{
color: #D4730C;
}
.AnyTagClassName
{
color: #D4730C;
}
</style>
background-color css
<style>
a { background-color: #D4730C; }
a { background-color: rgb(212,115,12); }
div.DivClassName
{
background-color: #D4730C;
}
.BgClassName
{
background-color: #D4730C;
}
</style>
border-color css
<style>
span { border-color: #D4730C; }
span { border-color: rgb(212,115,12); }
td.TdClassName
{
border-color: #D4730C;
}
.TagClassName
{
border-color: #D4730C;
}
</style>