Shades of Chocolate #CA5E1B
Tints of Chocolate #CA5E1B
RGB
CMYK
RGB Variations
Color information
#CA5E1B (or 0xCA5E1B) is known color: Chocolate. HEX triplet: CA, 5E and 1B. RGB value is (202,94,27). Sum of RGB (Red+Green+Blue) = 202+94+27=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E1B is #35A1E4. Grayscale: #777777. Windows color (decimal): -3514853 or 1793738. OLE color: 1793738.
HSL color Cylindrical-coordinate representation of color #CA5E1B: hue angle of 22.97º 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 #CA5E1B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.21 |
| HSL | 22.97º | 0.76% | 0.45% | - |
| HSV(B) | 22.97º | 0.87% | 0.79% | - |
| XYZ | 28.56 | 20.64 | 3.52 | - |
| YUV | 118.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 27 | 0 | 0.53 | 0.87 | 0.21 | 22.97 | 0.76 | 0.45 |
| Hex | CA | 5E | 1B | 0 | 35 | 57 | 15 | 17 | 4C | 2D |
| Octal | 312 | 136 | 33 | 0 | 65 | 127 | 25 | 27 | 114 | 55 |
| Binary | 11001010 | 1011110 | 11011 | 0 | 110101 | 1010111 | 10101 | 10111 | 1001100 | 101101 |
Color Harmonies of #CA5E1B
Complementary color
Monochromatic Colors of #CA5E1B
Black with #CA5E1B
Text Example
Text Example
White with #CA5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E1B; }
p { color: rgb(202,94,27); }
H1.HeaderClassName
{
color: #CA5E1B;
}
.AnyTagClassName
{
color: #CA5E1B;
}
</style>
background-color css
<style>
a { background-color: #CA5E1B; }
a { background-color: rgb(202,94,27); }
div.DivClassName
{
background-color: #CA5E1B;
}
.BgClassName
{
background-color: #CA5E1B;
}
</style>
border-color css
<style>
span { border-color: #CA5E1B; }
span { border-color: rgb(202,94,27); }
td.TdClassName
{
border-color: #CA5E1B;
}
.TagClassName
{
border-color: #CA5E1B;
}
</style>