Shades of Chocolate #CB5B14
Tints of Chocolate #CB5B14
RGB
CMYK
RGB Variations
Color information
#CB5B14 (or 0xCB5B14) is known color: Chocolate. HEX triplet: CB, 5B and 14. RGB value is (203,91,20). Sum of RGB (Red+Green+Blue) = 203+91+20=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5B14 is #34A4EB. Grayscale: #747474. Windows color (decimal): -3450092 or 1334219. OLE color: 1334219.
HSL color Cylindrical-coordinate representation of color #CB5B14: hue angle of 23.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB5B14 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 20 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.20 |
| HSL | 23.28º | 0.82% | 0.44% | - |
| HSV(B) | 23.28º | 0.9% | 0.8% | - |
| XYZ | 28.5 | 20.23 | 3.06 | - |
| YUV | 116.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 20 | 0 | 0.55 | 0.90 | 0.20 | 23.28 | 0.82 | 0.44 |
| Hex | CB | 5B | 14 | 0 | 37 | 5A | 14 | 17 | 52 | 2C |
| Octal | 313 | 133 | 24 | 0 | 67 | 132 | 24 | 27 | 122 | 54 |
| Binary | 11001011 | 1011011 | 10100 | 0 | 110111 | 1011010 | 10100 | 10111 | 1010010 | 101100 |
Color Harmonies of #CB5B14
Complementary color
Monochromatic Colors of #CB5B14
Black with #CB5B14
Text Example
Text Example
White with #CB5B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B14; }
p { color: rgb(203,91,20); }
H1.HeaderClassName
{
color: #CB5B14;
}
.AnyTagClassName
{
color: #CB5B14;
}
</style>
background-color css
<style>
a { background-color: #CB5B14; }
a { background-color: rgb(203,91,20); }
div.DivClassName
{
background-color: #CB5B14;
}
.BgClassName
{
background-color: #CB5B14;
}
</style>
border-color css
<style>
span { border-color: #CB5B14; }
span { border-color: rgb(203,91,20); }
td.TdClassName
{
border-color: #CB5B14;
}
.TagClassName
{
border-color: #CB5B14;
}
</style>