Shades of Chocolate #D3730F
Tints of Chocolate #D3730F
RGB
CMYK
RGB Variations
Color information
#D3730F (or 0xD3730F) is known color: Chocolate. HEX triplet: D3, 73 and 0F. RGB value is (211,115,15). Sum of RGB (Red+Green+Blue) = 211+115+15=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3730F is #2C8CF0. Grayscale: #848484. Windows color (decimal): -2919665 or 1012691. OLE color: 1012691.
HSL color Cylindrical-coordinate representation of color #D3730F: hue angle of 30.61º degrees, saturation: 0.87, 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 #D3730F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.17 |
| HSL | 30.61º | 0.87% | 0.44% | - |
| HSV(B) | 30.61º | 0.93% | 0.83% | - |
| XYZ | 33.08 | 26.14 | 3.75 | - |
| YUV | 132.3 | 61.8 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 15 | 0 | 0.45 | 0.93 | 0.17 | 30.61 | 0.87 | 0.44 |
| Hex | D3 | 73 | F | 0 | 2D | 5D | 11 | 1F | 57 | 2C |
| Octal | 323 | 163 | 17 | 0 | 55 | 135 | 21 | 37 | 127 | 54 |
| Binary | 11010011 | 1110011 | 1111 | 0 | 101101 | 1011101 | 10001 | 11111 | 1010111 | 101100 |
Color Harmonies of #D3730F
Complementary color
Monochromatic Colors of #D3730F
Black with #D3730F
Text Example
Text Example
White with #D3730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3730F; }
p { color: rgb(211,115,15); }
H1.HeaderClassName
{
color: #D3730F;
}
.AnyTagClassName
{
color: #D3730F;
}
</style>
background-color css
<style>
a { background-color: #D3730F; }
a { background-color: rgb(211,115,15); }
div.DivClassName
{
background-color: #D3730F;
}
.BgClassName
{
background-color: #D3730F;
}
</style>
border-color css
<style>
span { border-color: #D3730F; }
span { border-color: rgb(211,115,15); }
td.TdClassName
{
border-color: #D3730F;
}
.TagClassName
{
border-color: #D3730F;
}
</style>