Shades of Chocolate #CE5B13
Tints of Chocolate #CE5B13
RGB
CMYK
RGB Variations
Color information
#CE5B13 (or 0xCE5B13) is known color: Chocolate. HEX triplet: CE, 5B and 13. RGB value is (206,91,19). Sum of RGB (Red+Green+Blue) = 206+91+19=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B13 is #31A4EC. Grayscale: #757575. Windows color (decimal): -3253485 or 1268686. OLE color: 1268686.
HSL color Cylindrical-coordinate representation of color #CE5B13: hue angle of 23.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE5B13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.19 |
| HSL | 23.1º | 0.83% | 0.44% | - |
| HSV(B) | 23.1º | 0.91% | 0.81% | - |
| XYZ | 29.31 | 20.65 | 3.06 | - |
| YUV | 117.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 19 | 0 | 0.56 | 0.91 | 0.19 | 23.1 | 0.83 | 0.44 |
| Hex | CE | 5B | 13 | 0 | 38 | 5B | 13 | 17 | 53 | 2C |
| Octal | 316 | 133 | 23 | 0 | 70 | 133 | 23 | 27 | 123 | 54 |
| Binary | 11001110 | 1011011 | 10011 | 0 | 111000 | 1011011 | 10011 | 10111 | 1010011 | 101100 |
Color Harmonies of #CE5B13
Complementary color
Monochromatic Colors of #CE5B13
Black with #CE5B13
Text Example
Text Example
White with #CE5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B13; }
p { color: rgb(206,91,19); }
H1.HeaderClassName
{
color: #CE5B13;
}
.AnyTagClassName
{
color: #CE5B13;
}
</style>
background-color css
<style>
a { background-color: #CE5B13; }
a { background-color: rgb(206,91,19); }
div.DivClassName
{
background-color: #CE5B13;
}
.BgClassName
{
background-color: #CE5B13;
}
</style>
border-color css
<style>
span { border-color: #CE5B13; }
span { border-color: rgb(206,91,19); }
td.TdClassName
{
border-color: #CE5B13;
}
.TagClassName
{
border-color: #CE5B13;
}
</style>