Shades of Chocolate #CF5921
Tints of Chocolate #CF5921
RGB
CMYK
RGB Variations
Color information
#CF5921 (or 0xCF5921) is known color: Chocolate. HEX triplet: CF, 59 and 21. RGB value is (207,89,33). Sum of RGB (Red+Green+Blue) = 207+89+33=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5921 is #30A6DE. Grayscale: #767676. Windows color (decimal): -3188447 or 2185679. OLE color: 2185679.
HSL color Cylindrical-coordinate representation of color #CF5921: hue angle of 19.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF5921 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 33 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.19 |
| HSL | 19.31º | 0.73% | 0.47% | - |
| HSV(B) | 19.31º | 0.84% | 0.81% | - |
| XYZ | 29.58 | 20.52 | 3.84 | - |
| YUV | 117.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 33 | 0 | 0.57 | 0.84 | 0.19 | 19.31 | 0.73 | 0.47 |
| Hex | CF | 59 | 21 | 0 | 39 | 54 | 13 | 13 | 48 | 2F |
| Octal | 317 | 131 | 41 | 0 | 71 | 124 | 23 | 23 | 110 | 57 |
| Binary | 11001111 | 1011001 | 100001 | 0 | 111001 | 1010100 | 10011 | 10011 | 1001000 | 101111 |
Color Harmonies of #CF5921
Complementary color
Monochromatic Colors of #CF5921
Black with #CF5921
Text Example
Text Example
White with #CF5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5921; }
p { color: rgb(207,89,33); }
H1.HeaderClassName
{
color: #CF5921;
}
.AnyTagClassName
{
color: #CF5921;
}
</style>
background-color css
<style>
a { background-color: #CF5921; }
a { background-color: rgb(207,89,33); }
div.DivClassName
{
background-color: #CF5921;
}
.BgClassName
{
background-color: #CF5921;
}
</style>
border-color css
<style>
span { border-color: #CF5921; }
span { border-color: rgb(207,89,33); }
td.TdClassName
{
border-color: #CF5921;
}
.TagClassName
{
border-color: #CF5921;
}
</style>