Shades of Chocolate #CE5B20
Tints of Chocolate #CE5B20
RGB
CMYK
RGB Variations
Color information
#CE5B20 (or 0xCE5B20) is known color: Chocolate. HEX triplet: CE, 5B and 20. RGB value is (206,91,32). Sum of RGB (Red+Green+Blue) = 206+91+32=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B20 is #31A4DF. Grayscale: #777777. Windows color (decimal): -3253472 or 2120654. OLE color: 2120654.
HSL color Cylindrical-coordinate representation of color #CE5B20: hue angle of 20.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE5B20 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 32 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.19 |
| HSL | 20.34º | 0.73% | 0.47% | - |
| HSV(B) | 20.34º | 0.84% | 0.81% | - |
| XYZ | 29.46 | 20.71 | 3.81 | - |
| YUV | 118.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 32 | 0 | 0.56 | 0.84 | 0.19 | 20.34 | 0.73 | 0.47 |
| Hex | CE | 5B | 20 | 0 | 38 | 54 | 13 | 14 | 49 | 2F |
| Octal | 316 | 133 | 40 | 0 | 70 | 124 | 23 | 24 | 111 | 57 |
| Binary | 11001110 | 1011011 | 100000 | 0 | 111000 | 1010100 | 10011 | 10100 | 1001001 | 101111 |
Color Harmonies of #CE5B20
Complementary color
Monochromatic Colors of #CE5B20
Black with #CE5B20
Text Example
Text Example
White with #CE5B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B20; }
p { color: rgb(206,91,32); }
H1.HeaderClassName
{
color: #CE5B20;
}
.AnyTagClassName
{
color: #CE5B20;
}
</style>
background-color css
<style>
a { background-color: #CE5B20; }
a { background-color: rgb(206,91,32); }
div.DivClassName
{
background-color: #CE5B20;
}
.BgClassName
{
background-color: #CE5B20;
}
</style>
border-color css
<style>
span { border-color: #CE5B20; }
span { border-color: rgb(206,91,32); }
td.TdClassName
{
border-color: #CE5B20;
}
.TagClassName
{
border-color: #CE5B20;
}
</style>