Shades of Chocolate #CA5517
Tints of Chocolate #CA5517
RGB
CMYK
RGB Variations
Color information
#CA5517 (or 0xCA5517) is known color: Chocolate. HEX triplet: CA, 55 and 17. RGB value is (202,85,23). Sum of RGB (Red+Green+Blue) = 202+85+23=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5517 is #35AAE8. Grayscale: #717171. Windows color (decimal): -3517161 or 1529290. OLE color: 1529290.
HSL color Cylindrical-coordinate representation of color #CA5517: hue angle of 20.78º 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 #CA5517 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 23 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.21 |
| HSL | 20.78º | 0.8% | 0.44% | - |
| HSV(B) | 20.78º | 0.89% | 0.79% | - |
| XYZ | 27.76 | 19.12 | 3.04 | - |
| YUV | 112.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 23 | 0 | 0.58 | 0.89 | 0.21 | 20.78 | 0.8 | 0.44 |
| Hex | CA | 55 | 17 | 0 | 3A | 59 | 15 | 15 | 50 | 2C |
| Octal | 312 | 125 | 27 | 0 | 72 | 131 | 25 | 25 | 120 | 54 |
| Binary | 11001010 | 1010101 | 10111 | 0 | 111010 | 1011001 | 10101 | 10101 | 1010000 | 101100 |
Color Harmonies of #CA5517
Complementary color
Monochromatic Colors of #CA5517
Black with #CA5517
Text Example
Text Example
White with #CA5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5517; }
p { color: rgb(202,85,23); }
H1.HeaderClassName
{
color: #CA5517;
}
.AnyTagClassName
{
color: #CA5517;
}
</style>
background-color css
<style>
a { background-color: #CA5517; }
a { background-color: rgb(202,85,23); }
div.DivClassName
{
background-color: #CA5517;
}
.BgClassName
{
background-color: #CA5517;
}
</style>
border-color css
<style>
span { border-color: #CA5517; }
span { border-color: rgb(202,85,23); }
td.TdClassName
{
border-color: #CA5517;
}
.TagClassName
{
border-color: #CA5517;
}
</style>