Shades of Chocolate #CE5317
Tints of Chocolate #CE5317
RGB
CMYK
RGB Variations
Color information
#CE5317 (or 0xCE5317) is known color: Chocolate. HEX triplet: CE, 53 and 17. RGB value is (206,83,23). Sum of RGB (Red+Green+Blue) = 206+83+23=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5317 is #31ACE8. Grayscale: #717171. Windows color (decimal): -3255529 or 1528782. OLE color: 1528782.
HSL color Cylindrical-coordinate representation of color #CE5317: hue angle of 19.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE5317 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.19 |
| HSL | 19.67º | 0.8% | 0.45% | - |
| HSV(B) | 19.67º | 0.89% | 0.81% | - |
| XYZ | 28.7 | 19.37 | 3.04 | - |
| YUV | 112.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 23 | 0 | 0.60 | 0.89 | 0.19 | 19.67 | 0.8 | 0.45 |
| Hex | CE | 53 | 17 | 0 | 3C | 59 | 13 | 14 | 50 | 2D |
| Octal | 316 | 123 | 27 | 0 | 74 | 131 | 23 | 24 | 120 | 55 |
| Binary | 11001110 | 1010011 | 10111 | 0 | 111100 | 1011001 | 10011 | 10100 | 1010000 | 101101 |
Color Harmonies of #CE5317
Complementary color
Monochromatic Colors of #CE5317
Black with #CE5317
Text Example
Text Example
White with #CE5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5317; }
p { color: rgb(206,83,23); }
H1.HeaderClassName
{
color: #CE5317;
}
.AnyTagClassName
{
color: #CE5317;
}
</style>
background-color css
<style>
a { background-color: #CE5317; }
a { background-color: rgb(206,83,23); }
div.DivClassName
{
background-color: #CE5317;
}
.BgClassName
{
background-color: #CE5317;
}
</style>
border-color css
<style>
span { border-color: #CE5317; }
span { border-color: rgb(206,83,23); }
td.TdClassName
{
border-color: #CE5317;
}
.TagClassName
{
border-color: #CE5317;
}
</style>