Shades of Chocolate #D4740D
Tints of Chocolate #D4740D
RGB
CMYK
RGB Variations
Color information
#D4740D (or 0xD4740D) is known color: Chocolate. HEX triplet: D4, 74 and 0D. RGB value is (212,116,13). Sum of RGB (Red+Green+Blue) = 212+116+13=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4740D is #2B8BF2. Grayscale: #858585. Windows color (decimal): -2853875 or 881876. OLE color: 881876.
HSL color Cylindrical-coordinate representation of color #D4740D: hue angle of 31.06º degrees, saturation: 0.88, 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 #D4740D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.17 |
| HSL | 31.06º | 0.88% | 0.44% | - |
| HSV(B) | 31.06º | 0.94% | 0.83% | - |
| XYZ | 33.47 | 26.52 | 3.74 | - |
| YUV | 132.96 | 60.3 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 13 | 0 | 0.45 | 0.94 | 0.17 | 31.06 | 0.88 | 0.44 |
| Hex | D4 | 74 | D | 0 | 2D | 5E | 11 | 1F | 58 | 2C |
| Octal | 324 | 164 | 15 | 0 | 55 | 136 | 21 | 37 | 130 | 54 |
| Binary | 11010100 | 1110100 | 1101 | 0 | 101101 | 1011110 | 10001 | 11111 | 1011000 | 101100 |
Color Harmonies of #D4740D
Complementary color
Monochromatic Colors of #D4740D
Black with #D4740D
Text Example
Text Example
White with #D4740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4740D; }
p { color: rgb(212,116,13); }
H1.HeaderClassName
{
color: #D4740D;
}
.AnyTagClassName
{
color: #D4740D;
}
</style>
background-color css
<style>
a { background-color: #D4740D; }
a { background-color: rgb(212,116,13); }
div.DivClassName
{
background-color: #D4740D;
}
.BgClassName
{
background-color: #D4740D;
}
</style>
border-color css
<style>
span { border-color: #D4740D; }
span { border-color: rgb(212,116,13); }
td.TdClassName
{
border-color: #D4740D;
}
.TagClassName
{
border-color: #D4740D;
}
</style>