Shades of Chocolate #CB5917
Tints of Chocolate #CB5917
RGB
CMYK
RGB Variations
Color information
#CB5917 (or 0xCB5917) is known color: Chocolate. HEX triplet: CB, 59 and 17. RGB value is (203,89,23). Sum of RGB (Red+Green+Blue) = 203+89+23=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5917 is #34A6E8. Grayscale: #737373. Windows color (decimal): -3450601 or 1530315. OLE color: 1530315.
HSL color Cylindrical-coordinate representation of color #CB5917: hue angle of 22º 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 #CB5917 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 23 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.20 |
| HSL | 22º | 0.8% | 0.44% | - |
| HSV(B) | 22º | 0.89% | 0.8% | - |
| XYZ | 28.36 | 19.9 | 3.16 | - |
| YUV | 115.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 23 | 0 | 0.56 | 0.89 | 0.20 | 22 | 0.8 | 0.44 |
| Hex | CB | 59 | 17 | 0 | 38 | 59 | 14 | 16 | 50 | 2C |
| Octal | 313 | 131 | 27 | 0 | 70 | 131 | 24 | 26 | 120 | 54 |
| Binary | 11001011 | 1011001 | 10111 | 0 | 111000 | 1011001 | 10100 | 10110 | 1010000 | 101100 |
Color Harmonies of #CB5917
Complementary color
Monochromatic Colors of #CB5917
Black with #CB5917
Text Example
Text Example
White with #CB5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5917; }
p { color: rgb(203,89,23); }
H1.HeaderClassName
{
color: #CB5917;
}
.AnyTagClassName
{
color: #CB5917;
}
</style>
background-color css
<style>
a { background-color: #CB5917; }
a { background-color: rgb(203,89,23); }
div.DivClassName
{
background-color: #CB5917;
}
.BgClassName
{
background-color: #CB5917;
}
</style>
border-color css
<style>
span { border-color: #CB5917; }
span { border-color: rgb(203,89,23); }
td.TdClassName
{
border-color: #CB5917;
}
.TagClassName
{
border-color: #CB5917;
}
</style>