Shades of Chocolate #CB5918
Tints of Chocolate #CB5918
RGB
CMYK
RGB Variations
Color information
#CB5918 (or 0xCB5918) is known color: Chocolate. HEX triplet: CB, 59 and 18. RGB value is (203,89,24). Sum of RGB (Red+Green+Blue) = 203+89+24=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5918 is #34A6E7. Grayscale: #747474. Windows color (decimal): -3450600 or 1595851. OLE color: 1595851.
HSL color Cylindrical-coordinate representation of color #CB5918: hue angle of 21.79º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB5918 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 24 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.20 |
| HSL | 21.79º | 0.79% | 0.45% | - |
| HSV(B) | 21.79º | 0.88% | 0.8% | - |
| XYZ | 28.37 | 19.91 | 3.21 | - |
| YUV | 115.68 | 76.27 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 24 | 0 | 0.56 | 0.88 | 0.20 | 21.79 | 0.79 | 0.45 |
| Hex | CB | 59 | 18 | 0 | 38 | 58 | 14 | 16 | 4F | 2D |
| Octal | 313 | 131 | 30 | 0 | 70 | 130 | 24 | 26 | 117 | 55 |
| Binary | 11001011 | 1011001 | 11000 | 0 | 111000 | 1011000 | 10100 | 10110 | 1001111 | 101101 |
Color Harmonies of #CB5918
Complementary color
Monochromatic Colors of #CB5918
Black with #CB5918
Text Example
Text Example
White with #CB5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5918; }
p { color: rgb(203,89,24); }
H1.HeaderClassName
{
color: #CB5918;
}
.AnyTagClassName
{
color: #CB5918;
}
</style>
background-color css
<style>
a { background-color: #CB5918; }
a { background-color: rgb(203,89,24); }
div.DivClassName
{
background-color: #CB5918;
}
.BgClassName
{
background-color: #CB5918;
}
</style>
border-color css
<style>
span { border-color: #CB5918; }
span { border-color: rgb(203,89,24); }
td.TdClassName
{
border-color: #CB5918;
}
.TagClassName
{
border-color: #CB5918;
}
</style>