Shades of Chocolate #CB5517
Tints of Chocolate #CB5517
RGB
CMYK
RGB Variations
Color information
#CB5517 (or 0xCB5517) is known color: Chocolate. HEX triplet: CB, 55 and 17. RGB value is (203,85,23). Sum of RGB (Red+Green+Blue) = 203+85+23=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5517 is #34AAE8. Grayscale: #717171. Windows color (decimal): -3451625 or 1529291. OLE color: 1529291.
HSL color Cylindrical-coordinate representation of color #CB5517: hue angle of 20.67º 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 #CB5517 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 23 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.20 |
| HSL | 20.67º | 0.8% | 0.44% | - |
| HSV(B) | 20.67º | 0.89% | 0.8% | - |
| XYZ | 28.03 | 19.26 | 3.05 | - |
| YUV | 113.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 23 | 0 | 0.58 | 0.89 | 0.20 | 20.67 | 0.8 | 0.44 |
| Hex | CB | 55 | 17 | 0 | 3A | 59 | 14 | 15 | 50 | 2C |
| Octal | 313 | 125 | 27 | 0 | 72 | 131 | 24 | 25 | 120 | 54 |
| Binary | 11001011 | 1010101 | 10111 | 0 | 111010 | 1011001 | 10100 | 10101 | 1010000 | 101100 |
Color Harmonies of #CB5517
Complementary color
Monochromatic Colors of #CB5517
Black with #CB5517
Text Example
Text Example
White with #CB5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5517; }
p { color: rgb(203,85,23); }
H1.HeaderClassName
{
color: #CB5517;
}
.AnyTagClassName
{
color: #CB5517;
}
</style>
background-color css
<style>
a { background-color: #CB5517; }
a { background-color: rgb(203,85,23); }
div.DivClassName
{
background-color: #CB5517;
}
.BgClassName
{
background-color: #CB5517;
}
</style>
border-color css
<style>
span { border-color: #CB5517; }
span { border-color: rgb(203,85,23); }
td.TdClassName
{
border-color: #CB5517;
}
.TagClassName
{
border-color: #CB5517;
}
</style>