Shades of Chocolate #D3730E
Tints of Chocolate #D3730E
RGB
CMYK
RGB Variations
Color information
#D3730E (or 0xD3730E) is known color: Chocolate. HEX triplet: D3, 73 and 0E. RGB value is (211,115,14). Sum of RGB (Red+Green+Blue) = 211+115+14=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3730E is #2C8CF1. Grayscale: #848484. Windows color (decimal): -2919666 or 947155. OLE color: 947155.
HSL color Cylindrical-coordinate representation of color #D3730E: hue angle of 30.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3730E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.17 |
| HSL | 30.76º | 0.88% | 0.44% | - |
| HSV(B) | 30.76º | 0.93% | 0.83% | - |
| XYZ | 33.07 | 26.14 | 3.72 | - |
| YUV | 132.19 | 61.3 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 14 | 0 | 0.45 | 0.93 | 0.17 | 30.76 | 0.88 | 0.44 |
| Hex | D3 | 73 | E | 0 | 2D | 5D | 11 | 1F | 58 | 2C |
| Octal | 323 | 163 | 16 | 0 | 55 | 135 | 21 | 37 | 130 | 54 |
| Binary | 11010011 | 1110011 | 1110 | 0 | 101101 | 1011101 | 10001 | 11111 | 1011000 | 101100 |
Color Harmonies of #D3730E
Complementary color
Monochromatic Colors of #D3730E
Black with #D3730E
Text Example
Text Example
White with #D3730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3730E; }
p { color: rgb(211,115,14); }
H1.HeaderClassName
{
color: #D3730E;
}
.AnyTagClassName
{
color: #D3730E;
}
</style>
background-color css
<style>
a { background-color: #D3730E; }
a { background-color: rgb(211,115,14); }
div.DivClassName
{
background-color: #D3730E;
}
.BgClassName
{
background-color: #D3730E;
}
</style>
border-color css
<style>
span { border-color: #D3730E; }
span { border-color: rgb(211,115,14); }
td.TdClassName
{
border-color: #D3730E;
}
.TagClassName
{
border-color: #D3730E;
}
</style>