Shades of Chocolate #CA5916
Tints of Chocolate #CA5916
RGB
CMYK
RGB Variations
Color information
#CA5916 (or 0xCA5916) is known color: Chocolate. HEX triplet: CA, 59 and 16. RGB value is (202,89,22). Sum of RGB (Red+Green+Blue) = 202+89+22=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5916 is #35A6E9. Grayscale: #737373. Windows color (decimal): -3516138 or 1464778. OLE color: 1464778.
HSL color Cylindrical-coordinate representation of color #CA5916: hue angle of 22.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA5916 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 22 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.21 |
| HSL | 22.33º | 0.8% | 0.44% | - |
| HSV(B) | 22.33º | 0.89% | 0.79% | - |
| XYZ | 28.07 | 19.76 | 3.09 | - |
| YUV | 115.15 | 75.44 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 22 | 0 | 0.56 | 0.89 | 0.21 | 22.33 | 0.8 | 0.44 |
| Hex | CA | 59 | 16 | 0 | 38 | 59 | 15 | 16 | 50 | 2C |
| Octal | 312 | 131 | 26 | 0 | 70 | 131 | 25 | 26 | 120 | 54 |
| Binary | 11001010 | 1011001 | 10110 | 0 | 111000 | 1011001 | 10101 | 10110 | 1010000 | 101100 |
Color Harmonies of #CA5916
Complementary color
Monochromatic Colors of #CA5916
Black with #CA5916
Text Example
Text Example
White with #CA5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5916; }
p { color: rgb(202,89,22); }
H1.HeaderClassName
{
color: #CA5916;
}
.AnyTagClassName
{
color: #CA5916;
}
</style>
background-color css
<style>
a { background-color: #CA5916; }
a { background-color: rgb(202,89,22); }
div.DivClassName
{
background-color: #CA5916;
}
.BgClassName
{
background-color: #CA5916;
}
</style>
border-color css
<style>
span { border-color: #CA5916; }
span { border-color: rgb(202,89,22); }
td.TdClassName
{
border-color: #CA5916;
}
.TagClassName
{
border-color: #CA5916;
}
</style>