Shades of Chocolate #CF5916
Tints of Chocolate #CF5916
RGB
CMYK
RGB Variations
Color information
#CF5916 (or 0xCF5916) is known color: Chocolate. HEX triplet: CF, 59 and 16. RGB value is (207,89,22). Sum of RGB (Red+Green+Blue) = 207+89+22=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5916 is #30A6E9. Grayscale: #757575. Windows color (decimal): -3188458 or 1464783. OLE color: 1464783.
HSL color Cylindrical-coordinate representation of color #CF5916: hue angle of 21.73º degrees, saturation: 0.81, 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 #CF5916 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 22 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.19 |
| HSL | 21.73º | 0.81% | 0.45% | - |
| HSV(B) | 21.73º | 0.89% | 0.81% | - |
| XYZ | 29.45 | 20.47 | 3.16 | - |
| YUV | 116.64 | 74.59 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 22 | 0 | 0.57 | 0.89 | 0.19 | 21.73 | 0.81 | 0.45 |
| Hex | CF | 59 | 16 | 0 | 39 | 59 | 13 | 16 | 51 | 2D |
| Octal | 317 | 131 | 26 | 0 | 71 | 131 | 23 | 26 | 121 | 55 |
| Binary | 11001111 | 1011001 | 10110 | 0 | 111001 | 1011001 | 10011 | 10110 | 1010001 | 101101 |
Color Harmonies of #CF5916
Complementary color
Monochromatic Colors of #CF5916
Black with #CF5916
Text Example
Text Example
White with #CF5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5916; }
p { color: rgb(207,89,22); }
H1.HeaderClassName
{
color: #CF5916;
}
.AnyTagClassName
{
color: #CF5916;
}
</style>
background-color css
<style>
a { background-color: #CF5916; }
a { background-color: rgb(207,89,22); }
div.DivClassName
{
background-color: #CF5916;
}
.BgClassName
{
background-color: #CF5916;
}
</style>
border-color css
<style>
span { border-color: #CF5916; }
span { border-color: rgb(207,89,22); }
td.TdClassName
{
border-color: #CF5916;
}
.TagClassName
{
border-color: #CF5916;
}
</style>