Shades of Chocolate #CB5C13
Tints of Chocolate #CB5C13
RGB
CMYK
RGB Variations
Color information
#CB5C13 (or 0xCB5C13) is known color: Chocolate. HEX triplet: CB, 5C and 13. RGB value is (203,92,19). Sum of RGB (Red+Green+Blue) = 203+92+19=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C13 is #34A3EC. Grayscale: #757575. Windows color (decimal): -3449837 or 1268939. OLE color: 1268939.
HSL color Cylindrical-coordinate representation of color #CB5C13: hue angle of 23.8º 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 #CB5C13 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 19 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.20 |
| HSL | 23.8º | 0.83% | 0.44% | - |
| HSV(B) | 23.8º | 0.91% | 0.8% | - |
| XYZ | 28.57 | 20.4 | 3.05 | - |
| YUV | 116.87 | 72.77 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 19 | 0 | 0.55 | 0.91 | 0.20 | 23.8 | 0.83 | 0.44 |
| Hex | CB | 5C | 13 | 0 | 37 | 5B | 14 | 18 | 53 | 2C |
| Octal | 313 | 134 | 23 | 0 | 67 | 133 | 24 | 30 | 123 | 54 |
| Binary | 11001011 | 1011100 | 10011 | 0 | 110111 | 1011011 | 10100 | 11000 | 1010011 | 101100 |
Color Harmonies of #CB5C13
Complementary color
Monochromatic Colors of #CB5C13
Black with #CB5C13
Text Example
Text Example
White with #CB5C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C13; }
p { color: rgb(203,92,19); }
H1.HeaderClassName
{
color: #CB5C13;
}
.AnyTagClassName
{
color: #CB5C13;
}
</style>
background-color css
<style>
a { background-color: #CB5C13; }
a { background-color: rgb(203,92,19); }
div.DivClassName
{
background-color: #CB5C13;
}
.BgClassName
{
background-color: #CB5C13;
}
</style>
border-color css
<style>
span { border-color: #CB5C13; }
span { border-color: rgb(203,92,19); }
td.TdClassName
{
border-color: #CB5C13;
}
.TagClassName
{
border-color: #CB5C13;
}
</style>