Shades of Chocolate #CB5915
Tints of Chocolate #CB5915
RGB
CMYK
RGB Variations
Color information
#CB5915 (or 0xCB5915) is known color: Chocolate. HEX triplet: CB, 59 and 15. RGB value is (203,89,21). Sum of RGB (Red+Green+Blue) = 203+89+21=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5915 is #34A6EA. Grayscale: #737373. Windows color (decimal): -3450603 or 1399243. OLE color: 1399243.
HSL color Cylindrical-coordinate representation of color #CB5915: hue angle of 22.42º 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 #CB5915 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 21 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.20 |
| HSL | 22.42º | 0.81% | 0.44% | - |
| HSV(B) | 22.42º | 0.9% | 0.8% | - |
| XYZ | 28.34 | 19.9 | 3.06 | - |
| YUV | 115.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 21 | 0 | 0.56 | 0.90 | 0.20 | 22.42 | 0.81 | 0.44 |
| Hex | CB | 59 | 15 | 0 | 38 | 5A | 14 | 16 | 51 | 2C |
| Octal | 313 | 131 | 25 | 0 | 70 | 132 | 24 | 26 | 121 | 54 |
| Binary | 11001011 | 1011001 | 10101 | 0 | 111000 | 1011010 | 10100 | 10110 | 1010001 | 101100 |
Color Harmonies of #CB5915
Complementary color
Monochromatic Colors of #CB5915
Black with #CB5915
Text Example
Text Example
White with #CB5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5915; }
p { color: rgb(203,89,21); }
H1.HeaderClassName
{
color: #CB5915;
}
.AnyTagClassName
{
color: #CB5915;
}
</style>
background-color css
<style>
a { background-color: #CB5915; }
a { background-color: rgb(203,89,21); }
div.DivClassName
{
background-color: #CB5915;
}
.BgClassName
{
background-color: #CB5915;
}
</style>
border-color css
<style>
span { border-color: #CB5915; }
span { border-color: rgb(203,89,21); }
td.TdClassName
{
border-color: #CB5915;
}
.TagClassName
{
border-color: #CB5915;
}
</style>