Shades of Chocolate #CE5B1E
Tints of Chocolate #CE5B1E
RGB
CMYK
RGB Variations
Color information
#CE5B1E (or 0xCE5B1E) is known color: Chocolate. HEX triplet: CE, 5B and 1E. RGB value is (206,91,30). Sum of RGB (Red+Green+Blue) = 206+91+30=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B1E is #31A4E1. Grayscale: #767676. Windows color (decimal): -3253474 or 1989582. OLE color: 1989582.
HSL color Cylindrical-coordinate representation of color #CE5B1E: hue angle of 20.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE5B1E is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 30 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.19 |
| HSL | 20.8º | 0.75% | 0.46% | - |
| HSV(B) | 20.8º | 0.85% | 0.81% | - |
| XYZ | 29.43 | 20.7 | 3.67 | - |
| YUV | 118.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 30 | 0 | 0.56 | 0.85 | 0.19 | 20.8 | 0.75 | 0.46 |
| Hex | CE | 5B | 1E | 0 | 38 | 55 | 13 | 15 | 4B | 2E |
| Octal | 316 | 133 | 36 | 0 | 70 | 125 | 23 | 25 | 113 | 56 |
| Binary | 11001110 | 1011011 | 11110 | 0 | 111000 | 1010101 | 10011 | 10101 | 1001011 | 101110 |
Color Harmonies of #CE5B1E
Complementary color
Monochromatic Colors of #CE5B1E
Black with #CE5B1E
Text Example
Text Example
White with #CE5B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B1E; }
p { color: rgb(206,91,30); }
H1.HeaderClassName
{
color: #CE5B1E;
}
.AnyTagClassName
{
color: #CE5B1E;
}
</style>
background-color css
<style>
a { background-color: #CE5B1E; }
a { background-color: rgb(206,91,30); }
div.DivClassName
{
background-color: #CE5B1E;
}
.BgClassName
{
background-color: #CE5B1E;
}
</style>
border-color css
<style>
span { border-color: #CE5B1E; }
span { border-color: rgb(206,91,30); }
td.TdClassName
{
border-color: #CE5B1E;
}
.TagClassName
{
border-color: #CE5B1E;
}
</style>