Shades of Chocolate #D3721E
Tints of Chocolate #D3721E
RGB
CMYK
RGB Variations
Color information
#D3721E (or 0xD3721E) is known color: Chocolate. HEX triplet: D3, 72 and 1E. RGB value is (211,114,30). Sum of RGB (Red+Green+Blue) = 211+114+30=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3721E is #2C8DE1. Grayscale: #858585. Windows color (decimal): -2919906 or 1995475. OLE color: 1995475.
HSL color Cylindrical-coordinate representation of color #D3721E: hue angle of 27.85º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3721E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.17 |
| HSL | 27.85º | 0.75% | 0.47% | - |
| HSV(B) | 27.85º | 0.86% | 0.83% | - |
| XYZ | 33.12 | 25.98 | 4.5 | - |
| YUV | 133.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 30 | 0 | 0.46 | 0.86 | 0.17 | 27.85 | 0.75 | 0.47 |
| Hex | D3 | 72 | 1E | 0 | 2E | 56 | 11 | 1C | 4B | 2F |
| Octal | 323 | 162 | 36 | 0 | 56 | 126 | 21 | 34 | 113 | 57 |
| Binary | 11010011 | 1110010 | 11110 | 0 | 101110 | 1010110 | 10001 | 11100 | 1001011 | 101111 |
Color Harmonies of #D3721E
Complementary color
Monochromatic Colors of #D3721E
Black with #D3721E
Text Example
Text Example
White with #D3721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3721E; }
p { color: rgb(211,114,30); }
H1.HeaderClassName
{
color: #D3721E;
}
.AnyTagClassName
{
color: #D3721E;
}
</style>
background-color css
<style>
a { background-color: #D3721E; }
a { background-color: rgb(211,114,30); }
div.DivClassName
{
background-color: #D3721E;
}
.BgClassName
{
background-color: #D3721E;
}
</style>
border-color css
<style>
span { border-color: #D3721E; }
span { border-color: rgb(211,114,30); }
td.TdClassName
{
border-color: #D3721E;
}
.TagClassName
{
border-color: #D3721E;
}
</style>