Shades of Chocolate #CF5B1A
Tints of Chocolate #CF5B1A
RGB
CMYK
RGB Variations
Color information
#CF5B1A (or 0xCF5B1A) is known color: Chocolate. HEX triplet: CF, 5B and 1A. RGB value is (207,91,26). Sum of RGB (Red+Green+Blue) = 207+91+26=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B1A is #30A4E5. Grayscale: #767676. Windows color (decimal): -3187942 or 1727439. OLE color: 1727439.
HSL color Cylindrical-coordinate representation of color #CF5B1A: hue angle of 21.55º 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 #CF5B1A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 26 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.19 |
| HSL | 21.55º | 0.78% | 0.46% | - |
| HSV(B) | 21.55º | 0.87% | 0.81% | - |
| XYZ | 29.66 | 20.82 | 3.43 | - |
| YUV | 118.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 26 | 0 | 0.56 | 0.87 | 0.19 | 21.55 | 0.78 | 0.46 |
| Hex | CF | 5B | 1A | 0 | 38 | 57 | 13 | 16 | 4E | 2E |
| Octal | 317 | 133 | 32 | 0 | 70 | 127 | 23 | 26 | 116 | 56 |
| Binary | 11001111 | 1011011 | 11010 | 0 | 111000 | 1010111 | 10011 | 10110 | 1001110 | 101110 |
Color Harmonies of #CF5B1A
Complementary color
Monochromatic Colors of #CF5B1A
Black with #CF5B1A
Text Example
Text Example
White with #CF5B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B1A; }
p { color: rgb(207,91,26); }
H1.HeaderClassName
{
color: #CF5B1A;
}
.AnyTagClassName
{
color: #CF5B1A;
}
</style>
background-color css
<style>
a { background-color: #CF5B1A; }
a { background-color: rgb(207,91,26); }
div.DivClassName
{
background-color: #CF5B1A;
}
.BgClassName
{
background-color: #CF5B1A;
}
</style>
border-color css
<style>
span { border-color: #CF5B1A; }
span { border-color: rgb(207,91,26); }
td.TdClassName
{
border-color: #CF5B1A;
}
.TagClassName
{
border-color: #CF5B1A;
}
</style>