Shades of Chocolate #CA5A21
Tints of Chocolate #CA5A21
RGB
CMYK
RGB Variations
Color information
#CA5A21 (or 0xCA5A21) is known color: Chocolate. HEX triplet: CA, 5A and 21. RGB value is (202,90,33). Sum of RGB (Red+Green+Blue) = 202+90+33=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A21 is #35A5DE. Grayscale: #757575. Windows color (decimal): -3515871 or 2185930. OLE color: 2185930.
HSL color Cylindrical-coordinate representation of color #CA5A21: hue angle of 20.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA5A21 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 33 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.21 |
| HSL | 20.24º | 0.72% | 0.46% | - |
| HSV(B) | 20.24º | 0.84% | 0.79% | - |
| XYZ | 28.29 | 19.98 | 3.8 | - |
| YUV | 116.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 33 | 0 | 0.55 | 0.84 | 0.21 | 20.24 | 0.72 | 0.46 |
| Hex | CA | 5A | 21 | 0 | 37 | 54 | 15 | 14 | 48 | 2E |
| Octal | 312 | 132 | 41 | 0 | 67 | 124 | 25 | 24 | 110 | 56 |
| Binary | 11001010 | 1011010 | 100001 | 0 | 110111 | 1010100 | 10101 | 10100 | 1001000 | 101110 |
Color Harmonies of #CA5A21
Complementary color
Monochromatic Colors of #CA5A21
Black with #CA5A21
Text Example
Text Example
White with #CA5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A21; }
p { color: rgb(202,90,33); }
H1.HeaderClassName
{
color: #CA5A21;
}
.AnyTagClassName
{
color: #CA5A21;
}
</style>
background-color css
<style>
a { background-color: #CA5A21; }
a { background-color: rgb(202,90,33); }
div.DivClassName
{
background-color: #CA5A21;
}
.BgClassName
{
background-color: #CA5A21;
}
</style>
border-color css
<style>
span { border-color: #CA5A21; }
span { border-color: rgb(202,90,33); }
td.TdClassName
{
border-color: #CA5A21;
}
.TagClassName
{
border-color: #CA5A21;
}
</style>