Shades of Chocolate #CA521B
Tints of Chocolate #CA521B
RGB
CMYK
RGB Variations
Color information
#CA521B (or 0xCA521B) is known color: Chocolate. HEX triplet: CA, 52 and 1B. RGB value is (202,82,27). Sum of RGB (Red+Green+Blue) = 202+82+27=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA521B is #35ADE4. Grayscale: #6F6F6F. Windows color (decimal): -3517925 or 1790666. OLE color: 1790666.
HSL color Cylindrical-coordinate representation of color #CA521B: hue angle of 18.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA521B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 27 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.21 |
| HSL | 18.86º | 0.76% | 0.45% | - |
| HSV(B) | 18.86º | 0.87% | 0.79% | - |
| XYZ | 27.57 | 18.67 | 3.19 | - |
| YUV | 111.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 27 | 0 | 0.59 | 0.87 | 0.21 | 18.86 | 0.76 | 0.45 |
| Hex | CA | 52 | 1B | 0 | 3B | 57 | 15 | 13 | 4C | 2D |
| Octal | 312 | 122 | 33 | 0 | 73 | 127 | 25 | 23 | 114 | 55 |
| Binary | 11001010 | 1010010 | 11011 | 0 | 111011 | 1010111 | 10101 | 10011 | 1001100 | 101101 |
Color Harmonies of #CA521B
Complementary color
Monochromatic Colors of #CA521B
Black with #CA521B
Text Example
Text Example
White with #CA521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA521B; }
p { color: rgb(202,82,27); }
H1.HeaderClassName
{
color: #CA521B;
}
.AnyTagClassName
{
color: #CA521B;
}
</style>
background-color css
<style>
a { background-color: #CA521B; }
a { background-color: rgb(202,82,27); }
div.DivClassName
{
background-color: #CA521B;
}
.BgClassName
{
background-color: #CA521B;
}
</style>
border-color css
<style>
span { border-color: #CA521B; }
span { border-color: rgb(202,82,27); }
td.TdClassName
{
border-color: #CA521B;
}
.TagClassName
{
border-color: #CA521B;
}
</style>