Shades of Chocolate #CF5417
Tints of Chocolate #CF5417
RGB
CMYK
RGB Variations
Color information
#CF5417 (or 0xCF5417) is known color: Chocolate. HEX triplet: CF, 54 and 17. RGB value is (207,84,23). Sum of RGB (Red+Green+Blue) = 207+84+23=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5417 is #30ABE8. Grayscale: #727272. Windows color (decimal): -3189737 or 1529039. OLE color: 1529039.
HSL color Cylindrical-coordinate representation of color #CF5417: hue angle of 19.89º 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 #CF5417 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 23 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.19 |
| HSL | 19.89º | 0.8% | 0.45% | - |
| HSV(B) | 19.89º | 0.89% | 0.81% | - |
| XYZ | 29.06 | 19.67 | 3.08 | - |
| YUV | 113.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 23 | 0 | 0.59 | 0.89 | 0.19 | 19.89 | 0.8 | 0.45 |
| Hex | CF | 54 | 17 | 0 | 3B | 59 | 13 | 14 | 50 | 2D |
| Octal | 317 | 124 | 27 | 0 | 73 | 131 | 23 | 24 | 120 | 55 |
| Binary | 11001111 | 1010100 | 10111 | 0 | 111011 | 1011001 | 10011 | 10100 | 1010000 | 101101 |
Color Harmonies of #CF5417
Complementary color
Monochromatic Colors of #CF5417
Black with #CF5417
Text Example
Text Example
White with #CF5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5417; }
p { color: rgb(207,84,23); }
H1.HeaderClassName
{
color: #CF5417;
}
.AnyTagClassName
{
color: #CF5417;
}
</style>
background-color css
<style>
a { background-color: #CF5417; }
a { background-color: rgb(207,84,23); }
div.DivClassName
{
background-color: #CF5417;
}
.BgClassName
{
background-color: #CF5417;
}
</style>
border-color css
<style>
span { border-color: #CF5417; }
span { border-color: rgb(207,84,23); }
td.TdClassName
{
border-color: #CF5417;
}
.TagClassName
{
border-color: #CF5417;
}
</style>