Shades of Chocolate #CB5817
Tints of Chocolate #CB5817
RGB
CMYK
RGB Variations
Color information
#CB5817 (or 0xCB5817) is known color: Chocolate. HEX triplet: CB, 58 and 17. RGB value is (203,88,23). Sum of RGB (Red+Green+Blue) = 203+88+23=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5817 is #34A7E8. Grayscale: #737373. Windows color (decimal): -3450857 or 1530059. OLE color: 1530059.
HSL color Cylindrical-coordinate representation of color #CB5817: hue angle of 21.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 #CB5817 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 23 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.20 |
| HSL | 21.67º | 0.8% | 0.44% | - |
| HSV(B) | 21.67º | 0.89% | 0.8% | - |
| XYZ | 28.27 | 19.74 | 3.13 | - |
| YUV | 114.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 23 | 0 | 0.57 | 0.89 | 0.20 | 21.67 | 0.8 | 0.44 |
| Hex | CB | 58 | 17 | 0 | 39 | 59 | 14 | 16 | 50 | 2C |
| Octal | 313 | 130 | 27 | 0 | 71 | 131 | 24 | 26 | 120 | 54 |
| Binary | 11001011 | 1011000 | 10111 | 0 | 111001 | 1011001 | 10100 | 10110 | 1010000 | 101100 |
Color Harmonies of #CB5817
Complementary color
Monochromatic Colors of #CB5817
Black with #CB5817
Text Example
Text Example
White with #CB5817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5817; }
p { color: rgb(203,88,23); }
H1.HeaderClassName
{
color: #CB5817;
}
.AnyTagClassName
{
color: #CB5817;
}
</style>
background-color css
<style>
a { background-color: #CB5817; }
a { background-color: rgb(203,88,23); }
div.DivClassName
{
background-color: #CB5817;
}
.BgClassName
{
background-color: #CB5817;
}
</style>
border-color css
<style>
span { border-color: #CB5817; }
span { border-color: rgb(203,88,23); }
td.TdClassName
{
border-color: #CB5817;
}
.TagClassName
{
border-color: #CB5817;
}
</style>