Shades of Chocolate #CF701B
Tints of Chocolate #CF701B
RGB
CMYK
RGB Variations
Color information
#CF701B (or 0xCF701B) is known color: Chocolate. HEX triplet: CF, 70 and 1B. RGB value is (207,112,27). Sum of RGB (Red+Green+Blue) = 207+112+27=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF701B is #308FE4. Grayscale: #838383. Windows color (decimal): -3182565 or 1798351. OLE color: 1798351.
HSL color Cylindrical-coordinate representation of color #CF701B: hue angle of 28.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF701B is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 27 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.19 |
| HSL | 28.33º | 0.77% | 0.46% | - |
| HSV(B) | 28.33º | 0.87% | 0.81% | - |
| XYZ | 31.72 | 24.93 | 4.18 | - |
| YUV | 130.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 27 | 0 | 0.46 | 0.87 | 0.19 | 28.33 | 0.77 | 0.46 |
| Hex | CF | 70 | 1B | 0 | 2E | 57 | 13 | 1C | 4D | 2E |
| Octal | 317 | 160 | 33 | 0 | 56 | 127 | 23 | 34 | 115 | 56 |
| Binary | 11001111 | 1110000 | 11011 | 0 | 101110 | 1010111 | 10011 | 11100 | 1001101 | 101110 |
Color Harmonies of #CF701B
Complementary color
Monochromatic Colors of #CF701B
Black with #CF701B
Text Example
Text Example
White with #CF701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF701B; }
p { color: rgb(207,112,27); }
H1.HeaderClassName
{
color: #CF701B;
}
.AnyTagClassName
{
color: #CF701B;
}
</style>
background-color css
<style>
a { background-color: #CF701B; }
a { background-color: rgb(207,112,27); }
div.DivClassName
{
background-color: #CF701B;
}
.BgClassName
{
background-color: #CF701B;
}
</style>
border-color css
<style>
span { border-color: #CF701B; }
span { border-color: rgb(207,112,27); }
td.TdClassName
{
border-color: #CF701B;
}
.TagClassName
{
border-color: #CF701B;
}
</style>