Shades of Chocolate #CB5E1A
Tints of Chocolate #CB5E1A
RGB
CMYK
RGB Variations
Color information
#CB5E1A (or 0xCB5E1A) is known color: Chocolate. HEX triplet: CB, 5E and 1A. RGB value is (203,94,26). Sum of RGB (Red+Green+Blue) = 203+94+26=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E1A is #34A1E5. Grayscale: #777777. Windows color (decimal): -3449318 or 1728203. OLE color: 1728203.
HSL color Cylindrical-coordinate representation of color #CB5E1A: hue angle of 23.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB5E1A is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 26 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.20 |
| HSL | 23.05º | 0.77% | 0.45% | - |
| HSV(B) | 23.05º | 0.87% | 0.8% | - |
| XYZ | 28.82 | 20.78 | 3.47 | - |
| YUV | 118.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 26 | 0 | 0.54 | 0.87 | 0.20 | 23.05 | 0.77 | 0.45 |
| Hex | CB | 5E | 1A | 0 | 36 | 57 | 14 | 17 | 4D | 2D |
| Octal | 313 | 136 | 32 | 0 | 66 | 127 | 24 | 27 | 115 | 55 |
| Binary | 11001011 | 1011110 | 11010 | 0 | 110110 | 1010111 | 10100 | 10111 | 1001101 | 101101 |
Color Harmonies of #CB5E1A
Complementary color
Monochromatic Colors of #CB5E1A
Black with #CB5E1A
Text Example
Text Example
White with #CB5E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E1A; }
p { color: rgb(203,94,26); }
H1.HeaderClassName
{
color: #CB5E1A;
}
.AnyTagClassName
{
color: #CB5E1A;
}
</style>
background-color css
<style>
a { background-color: #CB5E1A; }
a { background-color: rgb(203,94,26); }
div.DivClassName
{
background-color: #CB5E1A;
}
.BgClassName
{
background-color: #CB5E1A;
}
</style>
border-color css
<style>
span { border-color: #CB5E1A; }
span { border-color: rgb(203,94,26); }
td.TdClassName
{
border-color: #CB5E1A;
}
.TagClassName
{
border-color: #CB5E1A;
}
</style>