Shades of Chocolate #CF5E1D
Tints of Chocolate #CF5E1D
RGB
CMYK
RGB Variations
Color information
#CF5E1D (or 0xCF5E1D) is known color: Chocolate. HEX triplet: CF, 5E and 1D. RGB value is (207,94,29). Sum of RGB (Red+Green+Blue) = 207+94+29=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E1D is #30A1E2. Grayscale: #787878. Windows color (decimal): -3187171 or 1924815. OLE color: 1924815.
HSL color Cylindrical-coordinate representation of color #CF5E1D: hue angle of 21.91º 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 #CF5E1D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 29 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.19 |
| HSL | 21.91º | 0.75% | 0.46% | - |
| HSV(B) | 21.91º | 0.86% | 0.81% | - |
| XYZ | 29.96 | 21.36 | 3.71 | - |
| YUV | 120.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 29 | 0 | 0.55 | 0.86 | 0.19 | 21.91 | 0.75 | 0.46 |
| Hex | CF | 5E | 1D | 0 | 37 | 56 | 13 | 16 | 4B | 2E |
| Octal | 317 | 136 | 35 | 0 | 67 | 126 | 23 | 26 | 113 | 56 |
| Binary | 11001111 | 1011110 | 11101 | 0 | 110111 | 1010110 | 10011 | 10110 | 1001011 | 101110 |
Color Harmonies of #CF5E1D
Complementary color
Monochromatic Colors of #CF5E1D
Black with #CF5E1D
Text Example
Text Example
White with #CF5E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E1D; }
p { color: rgb(207,94,29); }
H1.HeaderClassName
{
color: #CF5E1D;
}
.AnyTagClassName
{
color: #CF5E1D;
}
</style>
background-color css
<style>
a { background-color: #CF5E1D; }
a { background-color: rgb(207,94,29); }
div.DivClassName
{
background-color: #CF5E1D;
}
.BgClassName
{
background-color: #CF5E1D;
}
</style>
border-color css
<style>
span { border-color: #CF5E1D; }
span { border-color: rgb(207,94,29); }
td.TdClassName
{
border-color: #CF5E1D;
}
.TagClassName
{
border-color: #CF5E1D;
}
</style>