Shades of Chocolate #CA6524
Tints of Chocolate #CA6524
RGB
CMYK
RGB Variations
Color information
#CA6524 (or 0xCA6524) is known color: Chocolate. HEX triplet: CA, 65 and 24. RGB value is (202,101,36). Sum of RGB (Red+Green+Blue) = 202+101+36=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6524 is #359ADB. Grayscale: #7C7C7C. Windows color (decimal): -3513052 or 2385354. OLE color: 2385354.
HSL color Cylindrical-coordinate representation of color #CA6524: hue angle of 23.49º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA6524 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 36 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.21 |
| HSL | 23.49º | 0.7% | 0.47% | - |
| HSV(B) | 23.49º | 0.82% | 0.79% | - |
| XYZ | 29.33 | 21.99 | 4.37 | - |
| YUV | 123.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 36 | 0 | 0.50 | 0.82 | 0.21 | 23.49 | 0.7 | 0.47 |
| Hex | CA | 65 | 24 | 0 | 32 | 52 | 15 | 17 | 46 | 2F |
| Octal | 312 | 145 | 44 | 0 | 62 | 122 | 25 | 27 | 106 | 57 |
| Binary | 11001010 | 1100101 | 100100 | 0 | 110010 | 1010010 | 10101 | 10111 | 1000110 | 101111 |
Color Harmonies of #CA6524
Complementary color
Monochromatic Colors of #CA6524
Black with #CA6524
Text Example
Text Example
White with #CA6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6524; }
p { color: rgb(202,101,36); }
H1.HeaderClassName
{
color: #CA6524;
}
.AnyTagClassName
{
color: #CA6524;
}
</style>
background-color css
<style>
a { background-color: #CA6524; }
a { background-color: rgb(202,101,36); }
div.DivClassName
{
background-color: #CA6524;
}
.BgClassName
{
background-color: #CA6524;
}
</style>
border-color css
<style>
span { border-color: #CA6524; }
span { border-color: rgb(202,101,36); }
td.TdClassName
{
border-color: #CA6524;
}
.TagClassName
{
border-color: #CA6524;
}
</style>