Shades of Chocolate #CB5B23
Tints of Chocolate #CB5B23
RGB
CMYK
RGB Variations
Color information
#CB5B23 (or 0xCB5B23) is known color: Chocolate. HEX triplet: CB, 5B and 23. RGB value is (203,91,35). Sum of RGB (Red+Green+Blue) = 203+91+35=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B23 is #34A4DC. Grayscale: #767676. Windows color (decimal): -3450077 or 2317259. OLE color: 2317259.
HSL color Cylindrical-coordinate representation of color #CB5B23: hue angle of 20º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB5B23 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 35 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.20 |
| HSL | 20º | 0.71% | 0.47% | - |
| HSV(B) | 20º | 0.83% | 0.8% | - |
| XYZ | 28.67 | 20.3 | 4 | - |
| YUV | 118.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 35 | 0 | 0.55 | 0.83 | 0.20 | 20 | 0.71 | 0.47 |
| Hex | CB | 5B | 23 | 0 | 37 | 53 | 14 | 14 | 47 | 2F |
| Octal | 313 | 133 | 43 | 0 | 67 | 123 | 24 | 24 | 107 | 57 |
| Binary | 11001011 | 1011011 | 100011 | 0 | 110111 | 1010011 | 10100 | 10100 | 1000111 | 101111 |
Color Harmonies of #CB5B23
Complementary color
Monochromatic Colors of #CB5B23
Black with #CB5B23
Text Example
Text Example
White with #CB5B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B23; }
p { color: rgb(203,91,35); }
H1.HeaderClassName
{
color: #CB5B23;
}
.AnyTagClassName
{
color: #CB5B23;
}
</style>
background-color css
<style>
a { background-color: #CB5B23; }
a { background-color: rgb(203,91,35); }
div.DivClassName
{
background-color: #CB5B23;
}
.BgClassName
{
background-color: #CB5B23;
}
</style>
border-color css
<style>
span { border-color: #CB5B23; }
span { border-color: rgb(203,91,35); }
td.TdClassName
{
border-color: #CB5B23;
}
.TagClassName
{
border-color: #CB5B23;
}
</style>