Shades of Chocolate #CF7210
Tints of Chocolate #CF7210
RGB
CMYK
RGB Variations
Color information
#CF7210 (or 0xCF7210) is known color: Chocolate. HEX triplet: CF, 72 and 10. RGB value is (207,114,16). Sum of RGB (Red+Green+Blue) = 207+114+16=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7210 is #308DEF. Grayscale: #838383. Windows color (decimal): -3182064 or 1077967. OLE color: 1077967.
HSL color Cylindrical-coordinate representation of color #CF7210: hue angle of 30.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7210 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.19 |
| HSL | 30.79º | 0.86% | 0.44% | - |
| HSV(B) | 30.79º | 0.92% | 0.81% | - |
| XYZ | 31.84 | 25.34 | 3.7 | - |
| YUV | 130.64 | 63.31 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 16 | 0 | 0.45 | 0.92 | 0.19 | 30.79 | 0.86 | 0.44 |
| Hex | CF | 72 | 10 | 0 | 2D | 5C | 13 | 1F | 56 | 2C |
| Octal | 317 | 162 | 20 | 0 | 55 | 134 | 23 | 37 | 126 | 54 |
| Binary | 11001111 | 1110010 | 10000 | 0 | 101101 | 1011100 | 10011 | 11111 | 1010110 | 101100 |
Color Harmonies of #CF7210
Complementary color
Monochromatic Colors of #CF7210
Black with #CF7210
Text Example
Text Example
White with #CF7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7210; }
p { color: rgb(207,114,16); }
H1.HeaderClassName
{
color: #CF7210;
}
.AnyTagClassName
{
color: #CF7210;
}
</style>
background-color css
<style>
a { background-color: #CF7210; }
a { background-color: rgb(207,114,16); }
div.DivClassName
{
background-color: #CF7210;
}
.BgClassName
{
background-color: #CF7210;
}
</style>
border-color css
<style>
span { border-color: #CF7210; }
span { border-color: rgb(207,114,16); }
td.TdClassName
{
border-color: #CF7210;
}
.TagClassName
{
border-color: #CF7210;
}
</style>