Shades of Chocolate #CF5E22
Tints of Chocolate #CF5E22
RGB
CMYK
RGB Variations
Color information
#CF5E22 (or 0xCF5E22) is known color: Chocolate. HEX triplet: CF, 5E and 22. RGB value is (207,94,34). Sum of RGB (Red+Green+Blue) = 207+94+34=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E22 is #30A1DD. Grayscale: #797979. Windows color (decimal): -3187166 or 2252495. OLE color: 2252495.
HSL color Cylindrical-coordinate representation of color #CF5E22: hue angle of 20.81º degrees, saturation: 0.72, 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 #CF5E22 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 34 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.19 |
| HSL | 20.81º | 0.72% | 0.47% | - |
| HSV(B) | 20.81º | 0.84% | 0.81% | - |
| XYZ | 30.02 | 21.39 | 4.06 | - |
| YUV | 120.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 34 | 0 | 0.55 | 0.84 | 0.19 | 20.81 | 0.72 | 0.47 |
| Hex | CF | 5E | 22 | 0 | 37 | 54 | 13 | 15 | 48 | 2F |
| Octal | 317 | 136 | 42 | 0 | 67 | 124 | 23 | 25 | 110 | 57 |
| Binary | 11001111 | 1011110 | 100010 | 0 | 110111 | 1010100 | 10011 | 10101 | 1001000 | 101111 |
Color Harmonies of #CF5E22
Complementary color
Monochromatic Colors of #CF5E22
Black with #CF5E22
Text Example
Text Example
White with #CF5E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E22; }
p { color: rgb(207,94,34); }
H1.HeaderClassName
{
color: #CF5E22;
}
.AnyTagClassName
{
color: #CF5E22;
}
</style>
background-color css
<style>
a { background-color: #CF5E22; }
a { background-color: rgb(207,94,34); }
div.DivClassName
{
background-color: #CF5E22;
}
.BgClassName
{
background-color: #CF5E22;
}
</style>
border-color css
<style>
span { border-color: #CF5E22; }
span { border-color: rgb(207,94,34); }
td.TdClassName
{
border-color: #CF5E22;
}
.TagClassName
{
border-color: #CF5E22;
}
</style>