Shades of Chocolate #CF5517
Tints of Chocolate #CF5517
RGB
CMYK
RGB Variations
Color information
#CF5517 (or 0xCF5517) is known color: Chocolate. HEX triplet: CF, 55 and 17. RGB value is (207,85,23). Sum of RGB (Red+Green+Blue) = 207+85+23=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5517 is #30AAE8. Grayscale: #727272. Windows color (decimal): -3189481 or 1529295. OLE color: 1529295.
HSL color Cylindrical-coordinate representation of color #CF5517: hue angle of 20.22º 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 #CF5517 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 23 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.19 |
| HSL | 20.22º | 0.8% | 0.45% | - |
| HSV(B) | 20.22º | 0.89% | 0.81% | - |
| XYZ | 29.14 | 19.82 | 3.1 | - |
| YUV | 114.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 23 | 0 | 0.59 | 0.89 | 0.19 | 20.22 | 0.8 | 0.45 |
| Hex | CF | 55 | 17 | 0 | 3B | 59 | 13 | 14 | 50 | 2D |
| Octal | 317 | 125 | 27 | 0 | 73 | 131 | 23 | 24 | 120 | 55 |
| Binary | 11001111 | 1010101 | 10111 | 0 | 111011 | 1011001 | 10011 | 10100 | 1010000 | 101101 |
Color Harmonies of #CF5517
Complementary color
Monochromatic Colors of #CF5517
Black with #CF5517
Text Example
Text Example
White with #CF5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5517; }
p { color: rgb(207,85,23); }
H1.HeaderClassName
{
color: #CF5517;
}
.AnyTagClassName
{
color: #CF5517;
}
</style>
background-color css
<style>
a { background-color: #CF5517; }
a { background-color: rgb(207,85,23); }
div.DivClassName
{
background-color: #CF5517;
}
.BgClassName
{
background-color: #CF5517;
}
</style>
border-color css
<style>
span { border-color: #CF5517; }
span { border-color: rgb(207,85,23); }
td.TdClassName
{
border-color: #CF5517;
}
.TagClassName
{
border-color: #CF5517;
}
</style>