Shades of Chocolate #CE720A
Tints of Chocolate #CE720A
RGB
CMYK
RGB Variations
Color information
#CE720A (or 0xCE720A) is known color: Chocolate. HEX triplet: CE, 72 and 0A. RGB value is (206,114,10). Sum of RGB (Red+Green+Blue) = 206+114+10=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE720A is #318DF5. Grayscale: #828282. Windows color (decimal): -3247606 or 684750. OLE color: 684750.
HSL color Cylindrical-coordinate representation of color #CE720A: hue angle of 31.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE720A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.19 |
| HSL | 31.84º | 0.91% | 0.42% | - |
| HSV(B) | 31.84º | 0.95% | 0.81% | - |
| XYZ | 31.53 | 25.18 | 3.49 | - |
| YUV | 129.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 10 | 0 | 0.45 | 0.95 | 0.19 | 31.84 | 0.91 | 0.42 |
| Hex | CE | 72 | A | 0 | 2D | 5F | 13 | 20 | 5B | 2A |
| Octal | 316 | 162 | 12 | 0 | 55 | 137 | 23 | 40 | 133 | 52 |
| Binary | 11001110 | 1110010 | 1010 | 0 | 101101 | 1011111 | 10011 | 100000 | 1011011 | 101010 |
Color Harmonies of #CE720A
Complementary color
Monochromatic Colors of #CE720A
Black with #CE720A
Text Example
Text Example
White with #CE720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE720A; }
p { color: rgb(206,114,10); }
H1.HeaderClassName
{
color: #CE720A;
}
.AnyTagClassName
{
color: #CE720A;
}
</style>
background-color css
<style>
a { background-color: #CE720A; }
a { background-color: rgb(206,114,10); }
div.DivClassName
{
background-color: #CE720A;
}
.BgClassName
{
background-color: #CE720A;
}
</style>
border-color css
<style>
span { border-color: #CE720A; }
span { border-color: rgb(206,114,10); }
td.TdClassName
{
border-color: #CE720A;
}
.TagClassName
{
border-color: #CE720A;
}
</style>