Shades of Chocolate #CE720D
Tints of Chocolate #CE720D
RGB
CMYK
RGB Variations
Color information
#CE720D (or 0xCE720D) is known color: Chocolate. HEX triplet: CE, 72 and 0D. RGB value is (206,114,13). Sum of RGB (Red+Green+Blue) = 206+114+13=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE720D is #318DF2. Grayscale: #828282. Windows color (decimal): -3247603 or 881358. OLE color: 881358.
HSL color Cylindrical-coordinate representation of color #CE720D: hue angle of 31.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE720D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.19 |
| HSL | 31.4º | 0.88% | 0.43% | - |
| HSV(B) | 31.4º | 0.94% | 0.81% | - |
| XYZ | 31.54 | 25.19 | 3.58 | - |
| YUV | 129.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 13 | 0 | 0.45 | 0.94 | 0.19 | 31.4 | 0.88 | 0.43 |
| Hex | CE | 72 | D | 0 | 2D | 5E | 13 | 1F | 58 | 2B |
| Octal | 316 | 162 | 15 | 0 | 55 | 136 | 23 | 37 | 130 | 53 |
| Binary | 11001110 | 1110010 | 1101 | 0 | 101101 | 1011110 | 10011 | 11111 | 1011000 | 101011 |
Color Harmonies of #CE720D
Complementary color
Monochromatic Colors of #CE720D
Black with #CE720D
Text Example
Text Example
White with #CE720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE720D; }
p { color: rgb(206,114,13); }
H1.HeaderClassName
{
color: #CE720D;
}
.AnyTagClassName
{
color: #CE720D;
}
</style>
background-color css
<style>
a { background-color: #CE720D; }
a { background-color: rgb(206,114,13); }
div.DivClassName
{
background-color: #CE720D;
}
.BgClassName
{
background-color: #CE720D;
}
</style>
border-color css
<style>
span { border-color: #CE720D; }
span { border-color: rgb(206,114,13); }
td.TdClassName
{
border-color: #CE720D;
}
.TagClassName
{
border-color: #CE720D;
}
</style>