Shades of Chocolate #CB5E17
Tints of Chocolate #CB5E17
RGB
CMYK
RGB Variations
Color information
#CB5E17 (or 0xCB5E17) is known color: Chocolate. HEX triplet: CB, 5E and 17. RGB value is (203,94,23). Sum of RGB (Red+Green+Blue) = 203+94+23=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E17 is #34A1E8. Grayscale: #767676. Windows color (decimal): -3449321 or 1531595. OLE color: 1531595.
HSL color Cylindrical-coordinate representation of color #CB5E17: hue angle of 23.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 #CB5E17 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 23 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.20 |
| HSL | 23.67º | 0.8% | 0.44% | - |
| HSV(B) | 23.67º | 0.89% | 0.8% | - |
| XYZ | 28.79 | 20.76 | 3.3 | - |
| YUV | 118.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 23 | 0 | 0.54 | 0.89 | 0.20 | 23.67 | 0.8 | 0.44 |
| Hex | CB | 5E | 17 | 0 | 36 | 59 | 14 | 18 | 50 | 2C |
| Octal | 313 | 136 | 27 | 0 | 66 | 131 | 24 | 30 | 120 | 54 |
| Binary | 11001011 | 1011110 | 10111 | 0 | 110110 | 1011001 | 10100 | 11000 | 1010000 | 101100 |
Color Harmonies of #CB5E17
Complementary color
Monochromatic Colors of #CB5E17
Black with #CB5E17
Text Example
Text Example
White with #CB5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E17; }
p { color: rgb(203,94,23); }
H1.HeaderClassName
{
color: #CB5E17;
}
.AnyTagClassName
{
color: #CB5E17;
}
</style>
background-color css
<style>
a { background-color: #CB5E17; }
a { background-color: rgb(203,94,23); }
div.DivClassName
{
background-color: #CB5E17;
}
.BgClassName
{
background-color: #CB5E17;
}
</style>
border-color css
<style>
span { border-color: #CB5E17; }
span { border-color: rgb(203,94,23); }
td.TdClassName
{
border-color: #CB5E17;
}
.TagClassName
{
border-color: #CB5E17;
}
</style>