Shades of Chocolate #D3730C
Tints of Chocolate #D3730C
RGB
CMYK
RGB Variations
Color information
#D3730C (or 0xD3730C) is known color: Chocolate. HEX triplet: D3, 73 and 0C. RGB value is (211,115,12). Sum of RGB (Red+Green+Blue) = 211+115+12=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3730C is #2C8CF3. Grayscale: #848484. Windows color (decimal): -2919668 or 816083. OLE color: 816083.
HSL color Cylindrical-coordinate representation of color #D3730C: hue angle of 31.06º 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 #D3730C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.17 |
| HSL | 31.06º | 0.89% | 0.44% | - |
| HSV(B) | 31.06º | 0.94% | 0.83% | - |
| XYZ | 33.06 | 26.14 | 3.65 | - |
| YUV | 131.96 | 60.3 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 12 | 0 | 0.45 | 0.94 | 0.17 | 31.06 | 0.89 | 0.44 |
| Hex | D3 | 73 | C | 0 | 2D | 5E | 11 | 1F | 59 | 2C |
| Octal | 323 | 163 | 14 | 0 | 55 | 136 | 21 | 37 | 131 | 54 |
| Binary | 11010011 | 1110011 | 1100 | 0 | 101101 | 1011110 | 10001 | 11111 | 1011001 | 101100 |
Color Harmonies of #D3730C
Complementary color
Monochromatic Colors of #D3730C
Black with #D3730C
Text Example
Text Example
White with #D3730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3730C; }
p { color: rgb(211,115,12); }
H1.HeaderClassName
{
color: #D3730C;
}
.AnyTagClassName
{
color: #D3730C;
}
</style>
background-color css
<style>
a { background-color: #D3730C; }
a { background-color: rgb(211,115,12); }
div.DivClassName
{
background-color: #D3730C;
}
.BgClassName
{
background-color: #D3730C;
}
</style>
border-color css
<style>
span { border-color: #D3730C; }
span { border-color: rgb(211,115,12); }
td.TdClassName
{
border-color: #D3730C;
}
.TagClassName
{
border-color: #D3730C;
}
</style>