Shades of Chocolate #CB5819
Tints of Chocolate #CB5819
RGB
CMYK
RGB Variations
Color information
#CB5819 (or 0xCB5819) is known color: Chocolate. HEX triplet: CB, 58 and 19. RGB value is (203,88,25). Sum of RGB (Red+Green+Blue) = 203+88+25=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5819 is #34A7E6. Grayscale: #737373. Windows color (decimal): -3450855 or 1661131. OLE color: 1661131.
HSL color Cylindrical-coordinate representation of color #CB5819: hue angle of 21.24º 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 #CB5819 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 25 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.20 |
| HSL | 21.24º | 0.78% | 0.45% | - |
| HSV(B) | 21.24º | 0.88% | 0.8% | - |
| XYZ | 28.29 | 19.75 | 3.24 | - |
| YUV | 115.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 25 | 0 | 0.57 | 0.88 | 0.20 | 21.24 | 0.78 | 0.45 |
| Hex | CB | 58 | 19 | 0 | 39 | 58 | 14 | 15 | 4E | 2D |
| Octal | 313 | 130 | 31 | 0 | 71 | 130 | 24 | 25 | 116 | 55 |
| Binary | 11001011 | 1011000 | 11001 | 0 | 111001 | 1011000 | 10100 | 10101 | 1001110 | 101101 |
Color Harmonies of #CB5819
Complementary color
Monochromatic Colors of #CB5819
Black with #CB5819
Text Example
Text Example
White with #CB5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5819; }
p { color: rgb(203,88,25); }
H1.HeaderClassName
{
color: #CB5819;
}
.AnyTagClassName
{
color: #CB5819;
}
</style>
background-color css
<style>
a { background-color: #CB5819; }
a { background-color: rgb(203,88,25); }
div.DivClassName
{
background-color: #CB5819;
}
.BgClassName
{
background-color: #CB5819;
}
</style>
border-color css
<style>
span { border-color: #CB5819; }
span { border-color: rgb(203,88,25); }
td.TdClassName
{
border-color: #CB5819;
}
.TagClassName
{
border-color: #CB5819;
}
</style>