Shades of Chocolate #CB5C22
Tints of Chocolate #CB5C22
RGB
CMYK
RGB Variations
Color information
#CB5C22 (or 0xCB5C22) is known color: Chocolate. HEX triplet: CB, 5C and 22. RGB value is (203,92,34). Sum of RGB (Red+Green+Blue) = 203+92+34=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C22 is #34A3DD. Grayscale: #767676. Windows color (decimal): -3449822 or 2251979. OLE color: 2251979.
HSL color Cylindrical-coordinate representation of color #CB5C22: hue angle of 20.59º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB5C22 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 34 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.20 |
| HSL | 20.59º | 0.71% | 0.46% | - |
| HSV(B) | 20.59º | 0.83% | 0.8% | - |
| XYZ | 28.74 | 20.47 | 3.95 | - |
| YUV | 118.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 34 | 0 | 0.55 | 0.83 | 0.20 | 20.59 | 0.71 | 0.46 |
| Hex | CB | 5C | 22 | 0 | 37 | 53 | 14 | 15 | 47 | 2E |
| Octal | 313 | 134 | 42 | 0 | 67 | 123 | 24 | 25 | 107 | 56 |
| Binary | 11001011 | 1011100 | 100010 | 0 | 110111 | 1010011 | 10100 | 10101 | 1000111 | 101110 |
Color Harmonies of #CB5C22
Complementary color
Monochromatic Colors of #CB5C22
Black with #CB5C22
Text Example
Text Example
White with #CB5C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C22; }
p { color: rgb(203,92,34); }
H1.HeaderClassName
{
color: #CB5C22;
}
.AnyTagClassName
{
color: #CB5C22;
}
</style>
background-color css
<style>
a { background-color: #CB5C22; }
a { background-color: rgb(203,92,34); }
div.DivClassName
{
background-color: #CB5C22;
}
.BgClassName
{
background-color: #CB5C22;
}
</style>
border-color css
<style>
span { border-color: #CB5C22; }
span { border-color: rgb(203,92,34); }
td.TdClassName
{
border-color: #CB5C22;
}
.TagClassName
{
border-color: #CB5C22;
}
</style>