Shades of Chocolate #CE720B
Tints of Chocolate #CE720B
RGB
CMYK
RGB Variations
Color information
#CE720B (or 0xCE720B) is known color: Chocolate. HEX triplet: CE, 72 and 0B. RGB value is (206,114,11). Sum of RGB (Red+Green+Blue) = 206+114+11=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE720B is #318DF4. Grayscale: #828282. Windows color (decimal): -3247605 or 750286. OLE color: 750286.
HSL color Cylindrical-coordinate representation of color #CE720B: hue angle of 31.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE720B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.19 |
| HSL | 31.69º | 0.9% | 0.43% | - |
| HSV(B) | 31.69º | 0.95% | 0.81% | - |
| XYZ | 31.53 | 25.18 | 3.52 | - |
| YUV | 129.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 11 | 0 | 0.45 | 0.95 | 0.19 | 31.69 | 0.9 | 0.43 |
| Hex | CE | 72 | B | 0 | 2D | 5F | 13 | 20 | 5A | 2B |
| Octal | 316 | 162 | 13 | 0 | 55 | 137 | 23 | 40 | 132 | 53 |
| Binary | 11001110 | 1110010 | 1011 | 0 | 101101 | 1011111 | 10011 | 100000 | 1011010 | 101011 |
Color Harmonies of #CE720B
Complementary color
Monochromatic Colors of #CE720B
Black with #CE720B
Text Example
Text Example
White with #CE720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE720B; }
p { color: rgb(206,114,11); }
H1.HeaderClassName
{
color: #CE720B;
}
.AnyTagClassName
{
color: #CE720B;
}
</style>
background-color css
<style>
a { background-color: #CE720B; }
a { background-color: rgb(206,114,11); }
div.DivClassName
{
background-color: #CE720B;
}
.BgClassName
{
background-color: #CE720B;
}
</style>
border-color css
<style>
span { border-color: #CE720B; }
span { border-color: rgb(206,114,11); }
td.TdClassName
{
border-color: #CE720B;
}
.TagClassName
{
border-color: #CE720B;
}
</style>