Shades of Chocolate #CF551A
Tints of Chocolate #CF551A
RGB
CMYK
RGB Variations
Color information
#CF551A (or 0xCF551A) is known color: Chocolate. HEX triplet: CF, 55 and 1A. RGB value is (207,85,26). Sum of RGB (Red+Green+Blue) = 207+85+26=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF551A is #30AAE5. Grayscale: #737373. Windows color (decimal): -3189478 or 1725903. OLE color: 1725903.
HSL color Cylindrical-coordinate representation of color #CF551A: hue angle of 19.56º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF551A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 26 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.19 |
| HSL | 19.56º | 0.78% | 0.46% | - |
| HSV(B) | 19.56º | 0.87% | 0.81% | - |
| XYZ | 29.17 | 19.84 | 3.27 | - |
| YUV | 114.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 26 | 0 | 0.59 | 0.87 | 0.19 | 19.56 | 0.78 | 0.46 |
| Hex | CF | 55 | 1A | 0 | 3B | 57 | 13 | 14 | 4E | 2E |
| Octal | 317 | 125 | 32 | 0 | 73 | 127 | 23 | 24 | 116 | 56 |
| Binary | 11001111 | 1010101 | 11010 | 0 | 111011 | 1010111 | 10011 | 10100 | 1001110 | 101110 |
Color Harmonies of #CF551A
Complementary color
Monochromatic Colors of #CF551A
Black with #CF551A
Text Example
Text Example
White with #CF551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF551A; }
p { color: rgb(207,85,26); }
H1.HeaderClassName
{
color: #CF551A;
}
.AnyTagClassName
{
color: #CF551A;
}
</style>
background-color css
<style>
a { background-color: #CF551A; }
a { background-color: rgb(207,85,26); }
div.DivClassName
{
background-color: #CF551A;
}
.BgClassName
{
background-color: #CF551A;
}
</style>
border-color css
<style>
span { border-color: #CF551A; }
span { border-color: rgb(207,85,26); }
td.TdClassName
{
border-color: #CF551A;
}
.TagClassName
{
border-color: #CF551A;
}
</style>