Shades of Chocolate #CA5918
Tints of Chocolate #CA5918
RGB
CMYK
RGB Variations
Color information
#CA5918 (or 0xCA5918) is known color: Chocolate. HEX triplet: CA, 59 and 18. RGB value is (202,89,24). Sum of RGB (Red+Green+Blue) = 202+89+24=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5918 is #35A6E7. Grayscale: #737373. Windows color (decimal): -3516136 or 1595850. OLE color: 1595850.
HSL color Cylindrical-coordinate representation of color #CA5918: hue angle of 21.91º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA5918 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 24 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.21 |
| HSL | 21.91º | 0.79% | 0.44% | - |
| HSV(B) | 21.91º | 0.88% | 0.79% | - |
| XYZ | 28.09 | 19.77 | 3.2 | - |
| YUV | 115.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 24 | 0 | 0.56 | 0.88 | 0.21 | 21.91 | 0.79 | 0.44 |
| Hex | CA | 59 | 18 | 0 | 38 | 58 | 15 | 16 | 4F | 2C |
| Octal | 312 | 131 | 30 | 0 | 70 | 130 | 25 | 26 | 117 | 54 |
| Binary | 11001010 | 1011001 | 11000 | 0 | 111000 | 1011000 | 10101 | 10110 | 1001111 | 101100 |
Color Harmonies of #CA5918
Complementary color
Monochromatic Colors of #CA5918
Black with #CA5918
Text Example
Text Example
White with #CA5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5918; }
p { color: rgb(202,89,24); }
H1.HeaderClassName
{
color: #CA5918;
}
.AnyTagClassName
{
color: #CA5918;
}
</style>
background-color css
<style>
a { background-color: #CA5918; }
a { background-color: rgb(202,89,24); }
div.DivClassName
{
background-color: #CA5918;
}
.BgClassName
{
background-color: #CA5918;
}
</style>
border-color css
<style>
span { border-color: #CA5918; }
span { border-color: rgb(202,89,24); }
td.TdClassName
{
border-color: #CA5918;
}
.TagClassName
{
border-color: #CA5918;
}
</style>