Shades of Chocolate #CB5A16
Tints of Chocolate #CB5A16
RGB
CMYK
RGB Variations
Color information
#CB5A16 (or 0xCB5A16) is known color: Chocolate. HEX triplet: CB, 5A and 16. RGB value is (203,90,22). Sum of RGB (Red+Green+Blue) = 203+90+22=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A16 is #34A5E9. Grayscale: #747474. Windows color (decimal): -3450346 or 1465035. OLE color: 1465035.
HSL color Cylindrical-coordinate representation of color #CB5A16: hue angle of 22.54º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB5A16 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 22 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.20 |
| HSL | 22.54º | 0.8% | 0.44% | - |
| HSV(B) | 22.54º | 0.89% | 0.8% | - |
| XYZ | 28.43 | 20.07 | 3.13 | - |
| YUV | 116.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 22 | 0 | 0.56 | 0.89 | 0.20 | 22.54 | 0.8 | 0.44 |
| Hex | CB | 5A | 16 | 0 | 38 | 59 | 14 | 17 | 50 | 2C |
| Octal | 313 | 132 | 26 | 0 | 70 | 131 | 24 | 27 | 120 | 54 |
| Binary | 11001011 | 1011010 | 10110 | 0 | 111000 | 1011001 | 10100 | 10111 | 1010000 | 101100 |
Color Harmonies of #CB5A16
Complementary color
Monochromatic Colors of #CB5A16
Black with #CB5A16
Text Example
Text Example
White with #CB5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A16; }
p { color: rgb(203,90,22); }
H1.HeaderClassName
{
color: #CB5A16;
}
.AnyTagClassName
{
color: #CB5A16;
}
</style>
background-color css
<style>
a { background-color: #CB5A16; }
a { background-color: rgb(203,90,22); }
div.DivClassName
{
background-color: #CB5A16;
}
.BgClassName
{
background-color: #CB5A16;
}
</style>
border-color css
<style>
span { border-color: #CB5A16; }
span { border-color: rgb(203,90,22); }
td.TdClassName
{
border-color: #CB5A16;
}
.TagClassName
{
border-color: #CB5A16;
}
</style>