Shades of Chocolate #CF5D1E
Tints of Chocolate #CF5D1E
RGB
CMYK
RGB Variations
Color information
#CF5D1E (or 0xCF5D1E) is known color: Chocolate. HEX triplet: CF, 5D and 1E. RGB value is (207,93,30). Sum of RGB (Red+Green+Blue) = 207+93+30=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D1E is #30A2E1. Grayscale: #787878. Windows color (decimal): -3187426 or 1990095. OLE color: 1990095.
HSL color Cylindrical-coordinate representation of color #CF5D1E: hue angle of 21.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF5D1E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.19 |
| HSL | 21.36º | 0.75% | 0.46% | - |
| HSV(B) | 21.36º | 0.86% | 0.81% | - |
| XYZ | 29.88 | 21.19 | 3.74 | - |
| YUV | 119.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 30 | 0 | 0.55 | 0.86 | 0.19 | 21.36 | 0.75 | 0.46 |
| Hex | CF | 5D | 1E | 0 | 37 | 56 | 13 | 15 | 4B | 2E |
| Octal | 317 | 135 | 36 | 0 | 67 | 126 | 23 | 25 | 113 | 56 |
| Binary | 11001111 | 1011101 | 11110 | 0 | 110111 | 1010110 | 10011 | 10101 | 1001011 | 101110 |
Color Harmonies of #CF5D1E
Complementary color
Monochromatic Colors of #CF5D1E
Black with #CF5D1E
Text Example
Text Example
White with #CF5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D1E; }
p { color: rgb(207,93,30); }
H1.HeaderClassName
{
color: #CF5D1E;
}
.AnyTagClassName
{
color: #CF5D1E;
}
</style>
background-color css
<style>
a { background-color: #CF5D1E; }
a { background-color: rgb(207,93,30); }
div.DivClassName
{
background-color: #CF5D1E;
}
.BgClassName
{
background-color: #CF5D1E;
}
</style>
border-color css
<style>
span { border-color: #CF5D1E; }
span { border-color: rgb(207,93,30); }
td.TdClassName
{
border-color: #CF5D1E;
}
.TagClassName
{
border-color: #CF5D1E;
}
</style>