Shades of Chocolate #CB5E13
Tints of Chocolate #CB5E13
RGB
CMYK
RGB Variations
Color information
#CB5E13 (or 0xCB5E13) is known color: Chocolate. HEX triplet: CB, 5E and 13. RGB value is (203,94,19). Sum of RGB (Red+Green+Blue) = 203+94+19=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E13 is #34A1EC. Grayscale: #767676. Windows color (decimal): -3449325 or 1269451. OLE color: 1269451.
HSL color Cylindrical-coordinate representation of color #CB5E13: hue angle of 24.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5E13 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 19 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.20 |
| HSL | 24.46º | 0.83% | 0.44% | - |
| HSV(B) | 24.46º | 0.91% | 0.8% | - |
| XYZ | 28.75 | 20.75 | 3.11 | - |
| YUV | 118.04 | 72.11 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 19 | 0 | 0.54 | 0.91 | 0.20 | 24.46 | 0.83 | 0.44 |
| Hex | CB | 5E | 13 | 0 | 36 | 5B | 14 | 18 | 53 | 2C |
| Octal | 313 | 136 | 23 | 0 | 66 | 133 | 24 | 30 | 123 | 54 |
| Binary | 11001011 | 1011110 | 10011 | 0 | 110110 | 1011011 | 10100 | 11000 | 1010011 | 101100 |
Color Harmonies of #CB5E13
Complementary color
Monochromatic Colors of #CB5E13
Black with #CB5E13
Text Example
Text Example
White with #CB5E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E13; }
p { color: rgb(203,94,19); }
H1.HeaderClassName
{
color: #CB5E13;
}
.AnyTagClassName
{
color: #CB5E13;
}
</style>
background-color css
<style>
a { background-color: #CB5E13; }
a { background-color: rgb(203,94,19); }
div.DivClassName
{
background-color: #CB5E13;
}
.BgClassName
{
background-color: #CB5E13;
}
</style>
border-color css
<style>
span { border-color: #CB5E13; }
span { border-color: rgb(203,94,19); }
td.TdClassName
{
border-color: #CB5E13;
}
.TagClassName
{
border-color: #CB5E13;
}
</style>