Shades of Chocolate #CB5E18
Tints of Chocolate #CB5E18
RGB
CMYK
RGB Variations
Color information
#CB5E18 (or 0xCB5E18) is known color: Chocolate. HEX triplet: CB, 5E and 18. RGB value is (203,94,24). Sum of RGB (Red+Green+Blue) = 203+94+24=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E18 is #34A1E7. Grayscale: #767676. Windows color (decimal): -3449320 or 1597131. OLE color: 1597131.
HSL color Cylindrical-coordinate representation of color #CB5E18: hue angle of 23.46º 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 #CB5E18 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 24 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.20 |
| HSL | 23.46º | 0.79% | 0.45% | - |
| HSV(B) | 23.46º | 0.88% | 0.8% | - |
| XYZ | 28.8 | 20.77 | 3.36 | - |
| YUV | 118.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 24 | 0 | 0.54 | 0.88 | 0.20 | 23.46 | 0.79 | 0.45 |
| Hex | CB | 5E | 18 | 0 | 36 | 58 | 14 | 17 | 4F | 2D |
| Octal | 313 | 136 | 30 | 0 | 66 | 130 | 24 | 27 | 117 | 55 |
| Binary | 11001011 | 1011110 | 11000 | 0 | 110110 | 1011000 | 10100 | 10111 | 1001111 | 101101 |
Color Harmonies of #CB5E18
Complementary color
Monochromatic Colors of #CB5E18
Black with #CB5E18
Text Example
Text Example
White with #CB5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E18; }
p { color: rgb(203,94,24); }
H1.HeaderClassName
{
color: #CB5E18;
}
.AnyTagClassName
{
color: #CB5E18;
}
</style>
background-color css
<style>
a { background-color: #CB5E18; }
a { background-color: rgb(203,94,24); }
div.DivClassName
{
background-color: #CB5E18;
}
.BgClassName
{
background-color: #CB5E18;
}
</style>
border-color css
<style>
span { border-color: #CB5E18; }
span { border-color: rgb(203,94,24); }
td.TdClassName
{
border-color: #CB5E18;
}
.TagClassName
{
border-color: #CB5E18;
}
</style>