Shades of Chocolate #CF7113
Tints of Chocolate #CF7113
RGB
CMYK
RGB Variations
Color information
#CF7113 (or 0xCF7113) is known color: Chocolate. HEX triplet: CF, 71 and 13. RGB value is (207,113,19). Sum of RGB (Red+Green+Blue) = 207+113+19=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7113 is #308EEC. Grayscale: #828282. Windows color (decimal): -3182317 or 1274319. OLE color: 1274319.
HSL color Cylindrical-coordinate representation of color #CF7113: hue angle of 30º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF7113 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.19 |
| HSL | 30º | 0.83% | 0.44% | - |
| HSV(B) | 30º | 0.91% | 0.81% | - |
| XYZ | 31.75 | 25.12 | 3.79 | - |
| YUV | 130.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 19 | 0 | 0.45 | 0.91 | 0.19 | 30 | 0.83 | 0.44 |
| Hex | CF | 71 | 13 | 0 | 2D | 5B | 13 | 1E | 53 | 2C |
| Octal | 317 | 161 | 23 | 0 | 55 | 133 | 23 | 36 | 123 | 54 |
| Binary | 11001111 | 1110001 | 10011 | 0 | 101101 | 1011011 | 10011 | 11110 | 1010011 | 101100 |
Color Harmonies of #CF7113
Complementary color
Monochromatic Colors of #CF7113
Black with #CF7113
Text Example
Text Example
White with #CF7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7113; }
p { color: rgb(207,113,19); }
H1.HeaderClassName
{
color: #CF7113;
}
.AnyTagClassName
{
color: #CF7113;
}
</style>
background-color css
<style>
a { background-color: #CF7113; }
a { background-color: rgb(207,113,19); }
div.DivClassName
{
background-color: #CF7113;
}
.BgClassName
{
background-color: #CF7113;
}
</style>
border-color css
<style>
span { border-color: #CF7113; }
span { border-color: rgb(207,113,19); }
td.TdClassName
{
border-color: #CF7113;
}
.TagClassName
{
border-color: #CF7113;
}
</style>