Shades of Chocolate #CE541D
Tints of Chocolate #CE541D
RGB
CMYK
RGB Variations
Color information
#CE541D (or 0xCE541D) is known color: Chocolate. HEX triplet: CE, 54 and 1D. RGB value is (206,84,29). Sum of RGB (Red+Green+Blue) = 206+84+29=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE541D is #31ABE2. Grayscale: #727272. Windows color (decimal): -3255267 or 1922254. OLE color: 1922254.
HSL color Cylindrical-coordinate representation of color #CE541D: hue angle of 18.64º degrees, saturation: 0.75, 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 #CE541D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 29 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.19 |
| HSL | 18.64º | 0.75% | 0.46% | - |
| HSV(B) | 18.64º | 0.86% | 0.81% | - |
| XYZ | 28.85 | 19.55 | 3.42 | - |
| YUV | 114.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 29 | 0 | 0.59 | 0.86 | 0.19 | 18.64 | 0.75 | 0.46 |
| Hex | CE | 54 | 1D | 0 | 3B | 56 | 13 | 13 | 4B | 2E |
| Octal | 316 | 124 | 35 | 0 | 73 | 126 | 23 | 23 | 113 | 56 |
| Binary | 11001110 | 1010100 | 11101 | 0 | 111011 | 1010110 | 10011 | 10011 | 1001011 | 101110 |
Color Harmonies of #CE541D
Complementary color
Monochromatic Colors of #CE541D
Black with #CE541D
Text Example
Text Example
White with #CE541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE541D; }
p { color: rgb(206,84,29); }
H1.HeaderClassName
{
color: #CE541D;
}
.AnyTagClassName
{
color: #CE541D;
}
</style>
background-color css
<style>
a { background-color: #CE541D; }
a { background-color: rgb(206,84,29); }
div.DivClassName
{
background-color: #CE541D;
}
.BgClassName
{
background-color: #CE541D;
}
</style>
border-color css
<style>
span { border-color: #CE541D; }
span { border-color: rgb(206,84,29); }
td.TdClassName
{
border-color: #CE541D;
}
.TagClassName
{
border-color: #CE541D;
}
</style>