Shades of Chocolate #CB5821
Tints of Chocolate #CB5821
RGB
CMYK
RGB Variations
Color information
#CB5821 (or 0xCB5821) is known color: Chocolate. HEX triplet: CB, 58 and 21. RGB value is (203,88,33). Sum of RGB (Red+Green+Blue) = 203+88+33=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5821 is #34A7DE. Grayscale: #747474. Windows color (decimal): -3450847 or 2185419. OLE color: 2185419.
HSL color Cylindrical-coordinate representation of color #CB5821: hue angle of 19.41º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB5821 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 33 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.20 |
| HSL | 19.41º | 0.72% | 0.46% | - |
| HSV(B) | 19.41º | 0.84% | 0.8% | - |
| XYZ | 28.39 | 19.79 | 3.76 | - |
| YUV | 116.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 33 | 0 | 0.57 | 0.84 | 0.20 | 19.41 | 0.72 | 0.46 |
| Hex | CB | 58 | 21 | 0 | 39 | 54 | 14 | 13 | 48 | 2E |
| Octal | 313 | 130 | 41 | 0 | 71 | 124 | 24 | 23 | 110 | 56 |
| Binary | 11001011 | 1011000 | 100001 | 0 | 111001 | 1010100 | 10100 | 10011 | 1001000 | 101110 |
Color Harmonies of #CB5821
Complementary color
Monochromatic Colors of #CB5821
Black with #CB5821
Text Example
Text Example
White with #CB5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5821; }
p { color: rgb(203,88,33); }
H1.HeaderClassName
{
color: #CB5821;
}
.AnyTagClassName
{
color: #CB5821;
}
</style>
background-color css
<style>
a { background-color: #CB5821; }
a { background-color: rgb(203,88,33); }
div.DivClassName
{
background-color: #CB5821;
}
.BgClassName
{
background-color: #CB5821;
}
</style>
border-color css
<style>
span { border-color: #CB5821; }
span { border-color: rgb(203,88,33); }
td.TdClassName
{
border-color: #CB5821;
}
.TagClassName
{
border-color: #CB5821;
}
</style>