Shades of Chocolate #CF5A1E
Tints of Chocolate #CF5A1E
RGB
CMYK
RGB Variations
Color information
#CF5A1E (or 0xCF5A1E) is known color: Chocolate. HEX triplet: CF, 5A and 1E. RGB value is (207,90,30). Sum of RGB (Red+Green+Blue) = 207+90+30=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A1E is #30A5E1. Grayscale: #767676. Windows color (decimal): -3188194 or 1989327. OLE color: 1989327.
HSL color Cylindrical-coordinate representation of color #CF5A1E: hue angle of 20.34º 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 #CF5A1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 30 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.19 |
| HSL | 20.34º | 0.75% | 0.46% | - |
| HSV(B) | 20.34º | 0.86% | 0.81% | - |
| XYZ | 29.62 | 20.67 | 3.66 | - |
| YUV | 118.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 30 | 0 | 0.57 | 0.86 | 0.19 | 20.34 | 0.75 | 0.46 |
| Hex | CF | 5A | 1E | 0 | 39 | 56 | 13 | 14 | 4B | 2E |
| Octal | 317 | 132 | 36 | 0 | 71 | 126 | 23 | 24 | 113 | 56 |
| Binary | 11001111 | 1011010 | 11110 | 0 | 111001 | 1010110 | 10011 | 10100 | 1001011 | 101110 |
Color Harmonies of #CF5A1E
Complementary color
Monochromatic Colors of #CF5A1E
Black with #CF5A1E
Text Example
Text Example
White with #CF5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A1E; }
p { color: rgb(207,90,30); }
H1.HeaderClassName
{
color: #CF5A1E;
}
.AnyTagClassName
{
color: #CF5A1E;
}
</style>
background-color css
<style>
a { background-color: #CF5A1E; }
a { background-color: rgb(207,90,30); }
div.DivClassName
{
background-color: #CF5A1E;
}
.BgClassName
{
background-color: #CF5A1E;
}
</style>
border-color css
<style>
span { border-color: #CF5A1E; }
span { border-color: rgb(207,90,30); }
td.TdClassName
{
border-color: #CF5A1E;
}
.TagClassName
{
border-color: #CF5A1E;
}
</style>