Shades of Chocolate #CA5A20
Tints of Chocolate #CA5A20
RGB
CMYK
RGB Variations
Color information
#CA5A20 (or 0xCA5A20) is known color: Chocolate. HEX triplet: CA, 5A and 20. RGB value is (202,90,32). Sum of RGB (Red+Green+Blue) = 202+90+32=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A20 is #35A5DF. Grayscale: #757575. Windows color (decimal): -3515872 or 2120394. OLE color: 2120394.
HSL color Cylindrical-coordinate representation of color #CA5A20: hue angle of 20.47º degrees, saturation: 0.73, 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 #CA5A20 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 32 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.21 |
| HSL | 20.47º | 0.73% | 0.46% | - |
| HSV(B) | 20.47º | 0.84% | 0.79% | - |
| XYZ | 28.27 | 19.97 | 3.73 | - |
| YUV | 116.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 32 | 0 | 0.55 | 0.84 | 0.21 | 20.47 | 0.73 | 0.46 |
| Hex | CA | 5A | 20 | 0 | 37 | 54 | 15 | 14 | 49 | 2E |
| Octal | 312 | 132 | 40 | 0 | 67 | 124 | 25 | 24 | 111 | 56 |
| Binary | 11001010 | 1011010 | 100000 | 0 | 110111 | 1010100 | 10101 | 10100 | 1001001 | 101110 |
Color Harmonies of #CA5A20
Complementary color
Monochromatic Colors of #CA5A20
Black with #CA5A20
Text Example
Text Example
White with #CA5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A20; }
p { color: rgb(202,90,32); }
H1.HeaderClassName
{
color: #CA5A20;
}
.AnyTagClassName
{
color: #CA5A20;
}
</style>
background-color css
<style>
a { background-color: #CA5A20; }
a { background-color: rgb(202,90,32); }
div.DivClassName
{
background-color: #CA5A20;
}
.BgClassName
{
background-color: #CA5A20;
}
</style>
border-color css
<style>
span { border-color: #CA5A20; }
span { border-color: rgb(202,90,32); }
td.TdClassName
{
border-color: #CA5A20;
}
.TagClassName
{
border-color: #CA5A20;
}
</style>