Shades of Chocolate #CA5D1B
Tints of Chocolate #CA5D1B
RGB
CMYK
RGB Variations
Color information
#CA5D1B (or 0xCA5D1B) is known color: Chocolate. HEX triplet: CA, 5D and 1B. RGB value is (202,93,27). Sum of RGB (Red+Green+Blue) = 202+93+27=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D1B is #35A2E4. Grayscale: #767676. Windows color (decimal): -3515109 or 1793482. OLE color: 1793482.
HSL color Cylindrical-coordinate representation of color #CA5D1B: hue angle of 22.63º 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 #CA5D1B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 27 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.21 |
| HSL | 22.63º | 0.76% | 0.45% | - |
| HSV(B) | 22.63º | 0.87% | 0.79% | - |
| XYZ | 28.47 | 20.46 | 3.49 | - |
| YUV | 118.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 27 | 0 | 0.54 | 0.87 | 0.21 | 22.63 | 0.76 | 0.45 |
| Hex | CA | 5D | 1B | 0 | 36 | 57 | 15 | 17 | 4C | 2D |
| Octal | 312 | 135 | 33 | 0 | 66 | 127 | 25 | 27 | 114 | 55 |
| Binary | 11001010 | 1011101 | 11011 | 0 | 110110 | 1010111 | 10101 | 10111 | 1001100 | 101101 |
Color Harmonies of #CA5D1B
Complementary color
Monochromatic Colors of #CA5D1B
Black with #CA5D1B
Text Example
Text Example
White with #CA5D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D1B; }
p { color: rgb(202,93,27); }
H1.HeaderClassName
{
color: #CA5D1B;
}
.AnyTagClassName
{
color: #CA5D1B;
}
</style>
background-color css
<style>
a { background-color: #CA5D1B; }
a { background-color: rgb(202,93,27); }
div.DivClassName
{
background-color: #CA5D1B;
}
.BgClassName
{
background-color: #CA5D1B;
}
</style>
border-color css
<style>
span { border-color: #CA5D1B; }
span { border-color: rgb(202,93,27); }
td.TdClassName
{
border-color: #CA5D1B;
}
.TagClassName
{
border-color: #CA5D1B;
}
</style>