Shades of Chocolate #CB5B15
Tints of Chocolate #CB5B15
RGB
CMYK
RGB Variations
Color information
#CB5B15 (or 0xCB5B15) is known color: Chocolate. HEX triplet: CB, 5B and 15. RGB value is (203,91,21). Sum of RGB (Red+Green+Blue) = 203+91+21=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B15 is #34A4EA. Grayscale: #747474. Windows color (decimal): -3450091 or 1399755. OLE color: 1399755.
HSL color Cylindrical-coordinate representation of color #CB5B15: hue angle of 23.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB5B15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.20 |
| HSL | 23.08º | 0.81% | 0.44% | - |
| HSV(B) | 23.08º | 0.9% | 0.8% | - |
| XYZ | 28.51 | 20.23 | 3.11 | - |
| YUV | 116.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 21 | 0 | 0.55 | 0.90 | 0.20 | 23.08 | 0.81 | 0.44 |
| Hex | CB | 5B | 15 | 0 | 37 | 5A | 14 | 17 | 51 | 2C |
| Octal | 313 | 133 | 25 | 0 | 67 | 132 | 24 | 27 | 121 | 54 |
| Binary | 11001011 | 1011011 | 10101 | 0 | 110111 | 1011010 | 10100 | 10111 | 1010001 | 101100 |
Color Harmonies of #CB5B15
Complementary color
Monochromatic Colors of #CB5B15
Black with #CB5B15
Text Example
Text Example
White with #CB5B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B15; }
p { color: rgb(203,91,21); }
H1.HeaderClassName
{
color: #CB5B15;
}
.AnyTagClassName
{
color: #CB5B15;
}
</style>
background-color css
<style>
a { background-color: #CB5B15; }
a { background-color: rgb(203,91,21); }
div.DivClassName
{
background-color: #CB5B15;
}
.BgClassName
{
background-color: #CB5B15;
}
</style>
border-color css
<style>
span { border-color: #CB5B15; }
span { border-color: rgb(203,91,21); }
td.TdClassName
{
border-color: #CB5B15;
}
.TagClassName
{
border-color: #CB5B15;
}
</style>