Shades of Chocolate #CB5F20
Tints of Chocolate #CB5F20
RGB
CMYK
RGB Variations
Color information
#CB5F20 (or 0xCB5F20) is known color: Chocolate. HEX triplet: CB, 5F and 20. RGB value is (203,95,32). Sum of RGB (Red+Green+Blue) = 203+95+32=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F20 is #34A0DF. Grayscale: #787878. Windows color (decimal): -3449056 or 2121675. OLE color: 2121675.
HSL color Cylindrical-coordinate representation of color #CB5F20: hue angle of 22.11º degrees, saturation: 0.73, 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 #CB5F20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 32 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.20 |
| HSL | 22.11º | 0.73% | 0.46% | - |
| HSV(B) | 22.11º | 0.84% | 0.8% | - |
| XYZ | 28.98 | 20.99 | 3.89 | - |
| YUV | 120.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 32 | 0 | 0.53 | 0.84 | 0.20 | 22.11 | 0.73 | 0.46 |
| Hex | CB | 5F | 20 | 0 | 35 | 54 | 14 | 16 | 49 | 2E |
| Octal | 313 | 137 | 40 | 0 | 65 | 124 | 24 | 26 | 111 | 56 |
| Binary | 11001011 | 1011111 | 100000 | 0 | 110101 | 1010100 | 10100 | 10110 | 1001001 | 101110 |
Color Harmonies of #CB5F20
Complementary color
Monochromatic Colors of #CB5F20
Black with #CB5F20
Text Example
Text Example
White with #CB5F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F20; }
p { color: rgb(203,95,32); }
H1.HeaderClassName
{
color: #CB5F20;
}
.AnyTagClassName
{
color: #CB5F20;
}
</style>
background-color css
<style>
a { background-color: #CB5F20; }
a { background-color: rgb(203,95,32); }
div.DivClassName
{
background-color: #CB5F20;
}
.BgClassName
{
background-color: #CB5F20;
}
</style>
border-color css
<style>
span { border-color: #CB5F20; }
span { border-color: rgb(203,95,32); }
td.TdClassName
{
border-color: #CB5F20;
}
.TagClassName
{
border-color: #CB5F20;
}
</style>