Shades of Chocolate #CA541B
Tints of Chocolate #CA541B
RGB
CMYK
RGB Variations
Color information
#CA541B (or 0xCA541B) is known color: Chocolate. HEX triplet: CA, 54 and 1B. RGB value is (202,84,27). Sum of RGB (Red+Green+Blue) = 202+84+27=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA541B is #35ABE4. Grayscale: #717171. Windows color (decimal): -3517413 or 1791178. OLE color: 1791178.
HSL color Cylindrical-coordinate representation of color #CA541B: hue angle of 19.54º 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 #CA541B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 27 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.21 |
| HSL | 19.54º | 0.76% | 0.45% | - |
| HSV(B) | 19.54º | 0.87% | 0.79% | - |
| XYZ | 27.73 | 18.98 | 3.24 | - |
| YUV | 112.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 27 | 0 | 0.58 | 0.87 | 0.21 | 19.54 | 0.76 | 0.45 |
| Hex | CA | 54 | 1B | 0 | 3A | 57 | 15 | 14 | 4C | 2D |
| Octal | 312 | 124 | 33 | 0 | 72 | 127 | 25 | 24 | 114 | 55 |
| Binary | 11001010 | 1010100 | 11011 | 0 | 111010 | 1010111 | 10101 | 10100 | 1001100 | 101101 |
Color Harmonies of #CA541B
Complementary color
Monochromatic Colors of #CA541B
Black with #CA541B
Text Example
Text Example
White with #CA541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA541B; }
p { color: rgb(202,84,27); }
H1.HeaderClassName
{
color: #CA541B;
}
.AnyTagClassName
{
color: #CA541B;
}
</style>
background-color css
<style>
a { background-color: #CA541B; }
a { background-color: rgb(202,84,27); }
div.DivClassName
{
background-color: #CA541B;
}
.BgClassName
{
background-color: #CA541B;
}
</style>
border-color css
<style>
span { border-color: #CA541B; }
span { border-color: rgb(202,84,27); }
td.TdClassName
{
border-color: #CA541B;
}
.TagClassName
{
border-color: #CA541B;
}
</style>