Shades of Chocolate #CE5E1B
Tints of Chocolate #CE5E1B
RGB
CMYK
RGB Variations
Color information
#CE5E1B (or 0xCE5E1B) is known color: Chocolate. HEX triplet: CE, 5E and 1B. RGB value is (206,94,27). Sum of RGB (Red+Green+Blue) = 206+94+27=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E1B is #31A1E4. Grayscale: #787878. Windows color (decimal): -3252709 or 1793742. OLE color: 1793742.
HSL color Cylindrical-coordinate representation of color #CE5E1B: hue angle of 22.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE5E1B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 27 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.19 |
| HSL | 22.46º | 0.77% | 0.46% | - |
| HSV(B) | 22.46º | 0.87% | 0.81% | - |
| XYZ | 29.65 | 21.21 | 3.57 | - |
| YUV | 119.85 | 75.61 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 27 | 0 | 0.54 | 0.87 | 0.19 | 22.46 | 0.77 | 0.46 |
| Hex | CE | 5E | 1B | 0 | 36 | 57 | 13 | 16 | 4D | 2E |
| Octal | 316 | 136 | 33 | 0 | 66 | 127 | 23 | 26 | 115 | 56 |
| Binary | 11001110 | 1011110 | 11011 | 0 | 110110 | 1010111 | 10011 | 10110 | 1001101 | 101110 |
Color Harmonies of #CE5E1B
Complementary color
Monochromatic Colors of #CE5E1B
Black with #CE5E1B
Text Example
Text Example
White with #CE5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E1B; }
p { color: rgb(206,94,27); }
H1.HeaderClassName
{
color: #CE5E1B;
}
.AnyTagClassName
{
color: #CE5E1B;
}
</style>
background-color css
<style>
a { background-color: #CE5E1B; }
a { background-color: rgb(206,94,27); }
div.DivClassName
{
background-color: #CE5E1B;
}
.BgClassName
{
background-color: #CE5E1B;
}
</style>
border-color css
<style>
span { border-color: #CE5E1B; }
span { border-color: rgb(206,94,27); }
td.TdClassName
{
border-color: #CE5E1B;
}
.TagClassName
{
border-color: #CE5E1B;
}
</style>