Shades of Chocolate #CF701F
Tints of Chocolate #CF701F
RGB
CMYK
RGB Variations
Color information
#CF701F (or 0xCF701F) is known color: Chocolate. HEX triplet: CF, 70 and 1F. RGB value is (207,112,31). Sum of RGB (Red+Green+Blue) = 207+112+31=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF701F is #308FE0. Grayscale: #838383. Windows color (decimal): -3182561 or 2060495. OLE color: 2060495.
HSL color Cylindrical-coordinate representation of color #CF701F: hue angle of 27.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF701F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 31 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.19 |
| HSL | 27.61º | 0.74% | 0.47% | - |
| HSV(B) | 27.61º | 0.85% | 0.81% | - |
| XYZ | 31.77 | 24.95 | 4.44 | - |
| YUV | 131.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 31 | 0 | 0.46 | 0.85 | 0.19 | 27.61 | 0.74 | 0.47 |
| Hex | CF | 70 | 1F | 0 | 2E | 55 | 13 | 1C | 4A | 2F |
| Octal | 317 | 160 | 37 | 0 | 56 | 125 | 23 | 34 | 112 | 57 |
| Binary | 11001111 | 1110000 | 11111 | 0 | 101110 | 1010101 | 10011 | 11100 | 1001010 | 101111 |
Color Harmonies of #CF701F
Complementary color
Monochromatic Colors of #CF701F
Black with #CF701F
Text Example
Text Example
White with #CF701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF701F; }
p { color: rgb(207,112,31); }
H1.HeaderClassName
{
color: #CF701F;
}
.AnyTagClassName
{
color: #CF701F;
}
</style>
background-color css
<style>
a { background-color: #CF701F; }
a { background-color: rgb(207,112,31); }
div.DivClassName
{
background-color: #CF701F;
}
.BgClassName
{
background-color: #CF701F;
}
</style>
border-color css
<style>
span { border-color: #CF701F; }
span { border-color: rgb(207,112,31); }
td.TdClassName
{
border-color: #CF701F;
}
.TagClassName
{
border-color: #CF701F;
}
</style>