Shades of Chocolate #CB5E1E
Tints of Chocolate #CB5E1E
RGB
CMYK
RGB Variations
Color information
#CB5E1E (or 0xCB5E1E) is known color: Chocolate. HEX triplet: CB, 5E and 1E. RGB value is (203,94,30). Sum of RGB (Red+Green+Blue) = 203+94+30=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E1E is #34A1E1. Grayscale: #777777. Windows color (decimal): -3449314 or 1990347. OLE color: 1990347.
HSL color Cylindrical-coordinate representation of color #CB5E1E: hue angle of 22.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB5E1E is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 30 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.20 |
| HSL | 22.2º | 0.74% | 0.46% | - |
| HSV(B) | 22.2º | 0.85% | 0.8% | - |
| XYZ | 28.87 | 20.8 | 3.72 | - |
| YUV | 119.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 30 | 0 | 0.54 | 0.85 | 0.20 | 22.2 | 0.74 | 0.46 |
| Hex | CB | 5E | 1E | 0 | 36 | 55 | 14 | 16 | 4A | 2E |
| Octal | 313 | 136 | 36 | 0 | 66 | 125 | 24 | 26 | 112 | 56 |
| Binary | 11001011 | 1011110 | 11110 | 0 | 110110 | 1010101 | 10100 | 10110 | 1001010 | 101110 |
Color Harmonies of #CB5E1E
Complementary color
Monochromatic Colors of #CB5E1E
Black with #CB5E1E
Text Example
Text Example
White with #CB5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E1E; }
p { color: rgb(203,94,30); }
H1.HeaderClassName
{
color: #CB5E1E;
}
.AnyTagClassName
{
color: #CB5E1E;
}
</style>
background-color css
<style>
a { background-color: #CB5E1E; }
a { background-color: rgb(203,94,30); }
div.DivClassName
{
background-color: #CB5E1E;
}
.BgClassName
{
background-color: #CB5E1E;
}
</style>
border-color css
<style>
span { border-color: #CB5E1E; }
span { border-color: rgb(203,94,30); }
td.TdClassName
{
border-color: #CB5E1E;
}
.TagClassName
{
border-color: #CB5E1E;
}
</style>