Shades of Chocolate #CE541C
Tints of Chocolate #CE541C
RGB
CMYK
RGB Variations
Color information
#CE541C (or 0xCE541C) is known color: Chocolate. HEX triplet: CE, 54 and 1C. RGB value is (206,84,28). Sum of RGB (Red+Green+Blue) = 206+84+28=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE541C is #31ABE3. Grayscale: #727272. Windows color (decimal): -3255268 or 1856718. OLE color: 1856718.
HSL color Cylindrical-coordinate representation of color #CE541C: hue angle of 18.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE541C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.19 |
| HSL | 18.88º | 0.76% | 0.46% | - |
| HSV(B) | 18.88º | 0.86% | 0.81% | - |
| XYZ | 28.83 | 19.55 | 3.35 | - |
| YUV | 114.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 28 | 0 | 0.59 | 0.86 | 0.19 | 18.88 | 0.76 | 0.46 |
| Hex | CE | 54 | 1C | 0 | 3B | 56 | 13 | 13 | 4C | 2E |
| Octal | 316 | 124 | 34 | 0 | 73 | 126 | 23 | 23 | 114 | 56 |
| Binary | 11001110 | 1010100 | 11100 | 0 | 111011 | 1010110 | 10011 | 10011 | 1001100 | 101110 |
Color Harmonies of #CE541C
Complementary color
Monochromatic Colors of #CE541C
Black with #CE541C
Text Example
Text Example
White with #CE541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE541C; }
p { color: rgb(206,84,28); }
H1.HeaderClassName
{
color: #CE541C;
}
.AnyTagClassName
{
color: #CE541C;
}
</style>
background-color css
<style>
a { background-color: #CE541C; }
a { background-color: rgb(206,84,28); }
div.DivClassName
{
background-color: #CE541C;
}
.BgClassName
{
background-color: #CE541C;
}
</style>
border-color css
<style>
span { border-color: #CE541C; }
span { border-color: rgb(206,84,28); }
td.TdClassName
{
border-color: #CE541C;
}
.TagClassName
{
border-color: #CE541C;
}
</style>