Shades of Chocolate #CB5B16
Tints of Chocolate #CB5B16
RGB
CMYK
RGB Variations
Color information
#CB5B16 (or 0xCB5B16) is known color: Chocolate. HEX triplet: CB, 5B and 16. RGB value is (203,91,22). Sum of RGB (Red+Green+Blue) = 203+91+22=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B16 is #34A4E9. Grayscale: #757575. Windows color (decimal): -3450090 or 1465291. OLE color: 1465291.
HSL color Cylindrical-coordinate representation of color #CB5B16: hue angle of 22.87º 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 #CB5B16 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 22 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.20 |
| HSL | 22.87º | 0.8% | 0.44% | - |
| HSV(B) | 22.87º | 0.89% | 0.8% | - |
| XYZ | 28.51 | 20.24 | 3.16 | - |
| YUV | 116.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 22 | 0 | 0.55 | 0.89 | 0.20 | 22.87 | 0.8 | 0.44 |
| Hex | CB | 5B | 16 | 0 | 37 | 59 | 14 | 17 | 50 | 2C |
| Octal | 313 | 133 | 26 | 0 | 67 | 131 | 24 | 27 | 120 | 54 |
| Binary | 11001011 | 1011011 | 10110 | 0 | 110111 | 1011001 | 10100 | 10111 | 1010000 | 101100 |
Color Harmonies of #CB5B16
Complementary color
Monochromatic Colors of #CB5B16
Black with #CB5B16
Text Example
Text Example
White with #CB5B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B16; }
p { color: rgb(203,91,22); }
H1.HeaderClassName
{
color: #CB5B16;
}
.AnyTagClassName
{
color: #CB5B16;
}
</style>
background-color css
<style>
a { background-color: #CB5B16; }
a { background-color: rgb(203,91,22); }
div.DivClassName
{
background-color: #CB5B16;
}
.BgClassName
{
background-color: #CB5B16;
}
</style>
border-color css
<style>
span { border-color: #CB5B16; }
span { border-color: rgb(203,91,22); }
td.TdClassName
{
border-color: #CB5B16;
}
.TagClassName
{
border-color: #CB5B16;
}
</style>