Shades of Chocolate #CB5B13
Tints of Chocolate #CB5B13
RGB
CMYK
RGB Variations
Color information
#CB5B13 (or 0xCB5B13) is known color: Chocolate. HEX triplet: CB, 5B and 13. RGB value is (203,91,19). Sum of RGB (Red+Green+Blue) = 203+91+19=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B13 is #34A4EC. Grayscale: #747474. Windows color (decimal): -3450093 or 1268683. OLE color: 1268683.
HSL color Cylindrical-coordinate representation of color #CB5B13: hue angle of 23.48º 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 #CB5B13 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 19 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.20 |
| HSL | 23.48º | 0.83% | 0.44% | - |
| HSV(B) | 23.48º | 0.91% | 0.8% | - |
| XYZ | 28.49 | 20.23 | 3.02 | - |
| YUV | 116.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 19 | 0 | 0.55 | 0.91 | 0.20 | 23.48 | 0.83 | 0.44 |
| Hex | CB | 5B | 13 | 0 | 37 | 5B | 14 | 17 | 53 | 2C |
| Octal | 313 | 133 | 23 | 0 | 67 | 133 | 24 | 27 | 123 | 54 |
| Binary | 11001011 | 1011011 | 10011 | 0 | 110111 | 1011011 | 10100 | 10111 | 1010011 | 101100 |
Color Harmonies of #CB5B13
Complementary color
Monochromatic Colors of #CB5B13
Black with #CB5B13
Text Example
Text Example
White with #CB5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B13; }
p { color: rgb(203,91,19); }
H1.HeaderClassName
{
color: #CB5B13;
}
.AnyTagClassName
{
color: #CB5B13;
}
</style>
background-color css
<style>
a { background-color: #CB5B13; }
a { background-color: rgb(203,91,19); }
div.DivClassName
{
background-color: #CB5B13;
}
.BgClassName
{
background-color: #CB5B13;
}
</style>
border-color css
<style>
span { border-color: #CB5B13; }
span { border-color: rgb(203,91,19); }
td.TdClassName
{
border-color: #CB5B13;
}
.TagClassName
{
border-color: #CB5B13;
}
</style>