Shades of Chocolate #CF7209
Tints of Chocolate #CF7209
RGB
CMYK
RGB Variations
Color information
#CF7209 (or 0xCF7209) is known color: Chocolate. HEX triplet: CF, 72 and 09. RGB value is (207,114,9). Sum of RGB (Red+Green+Blue) = 207+114+9=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7209 is #308DF6. Grayscale: #828282. Windows color (decimal): -3182071 or 619215. OLE color: 619215.
HSL color Cylindrical-coordinate representation of color #CF7209: hue angle of 31.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7209 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 9 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.19 |
| HSL | 31.82º | 0.92% | 0.42% | - |
| HSV(B) | 31.82º | 0.96% | 0.81% | - |
| XYZ | 31.8 | 25.32 | 3.47 | - |
| YUV | 129.84 | 59.81 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 9 | 0 | 0.45 | 0.96 | 0.19 | 31.82 | 0.92 | 0.42 |
| Hex | CF | 72 | 9 | 0 | 2D | 60 | 13 | 20 | 5C | 2A |
| Octal | 317 | 162 | 11 | 0 | 55 | 140 | 23 | 40 | 134 | 52 |
| Binary | 11001111 | 1110010 | 1001 | 0 | 101101 | 1100000 | 10011 | 100000 | 1011100 | 101010 |
Color Harmonies of #CF7209
Complementary color
Monochromatic Colors of #CF7209
Black with #CF7209
Text Example
Text Example
White with #CF7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7209; }
p { color: rgb(207,114,9); }
H1.HeaderClassName
{
color: #CF7209;
}
.AnyTagClassName
{
color: #CF7209;
}
</style>
background-color css
<style>
a { background-color: #CF7209; }
a { background-color: rgb(207,114,9); }
div.DivClassName
{
background-color: #CF7209;
}
.BgClassName
{
background-color: #CF7209;
}
</style>
border-color css
<style>
span { border-color: #CF7209; }
span { border-color: rgb(207,114,9); }
td.TdClassName
{
border-color: #CF7209;
}
.TagClassName
{
border-color: #CF7209;
}
</style>