Shades of Chocolate #CB5D19
Tints of Chocolate #CB5D19
RGB
CMYK
RGB Variations
Color information
#CB5D19 (or 0xCB5D19) is known color: Chocolate. HEX triplet: CB, 5D and 19. RGB value is (203,93,25). Sum of RGB (Red+Green+Blue) = 203+93+25=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D19 is #34A2E6. Grayscale: #767676. Windows color (decimal): -3449575 or 1662411. OLE color: 1662411.
HSL color Cylindrical-coordinate representation of color #CB5D19: hue angle of 22.92º degrees, saturation: 0.78, 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 #CB5D19 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.20 |
| HSL | 22.92º | 0.78% | 0.45% | - |
| HSV(B) | 22.92º | 0.88% | 0.8% | - |
| XYZ | 28.72 | 20.6 | 3.38 | - |
| YUV | 118.14 | 75.44 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 25 | 0 | 0.54 | 0.88 | 0.20 | 22.92 | 0.78 | 0.45 |
| Hex | CB | 5D | 19 | 0 | 36 | 58 | 14 | 17 | 4E | 2D |
| Octal | 313 | 135 | 31 | 0 | 66 | 130 | 24 | 27 | 116 | 55 |
| Binary | 11001011 | 1011101 | 11001 | 0 | 110110 | 1011000 | 10100 | 10111 | 1001110 | 101101 |
Color Harmonies of #CB5D19
Complementary color
Monochromatic Colors of #CB5D19
Black with #CB5D19
Text Example
Text Example
White with #CB5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D19; }
p { color: rgb(203,93,25); }
H1.HeaderClassName
{
color: #CB5D19;
}
.AnyTagClassName
{
color: #CB5D19;
}
</style>
background-color css
<style>
a { background-color: #CB5D19; }
a { background-color: rgb(203,93,25); }
div.DivClassName
{
background-color: #CB5D19;
}
.BgClassName
{
background-color: #CB5D19;
}
</style>
border-color css
<style>
span { border-color: #CB5D19; }
span { border-color: rgb(203,93,25); }
td.TdClassName
{
border-color: #CB5D19;
}
.TagClassName
{
border-color: #CB5D19;
}
</style>