Shades of Chocolate #CB5417
Tints of Chocolate #CB5417
RGB
CMYK
RGB Variations
Color information
#CB5417 (or 0xCB5417) is known color: Chocolate. HEX triplet: CB, 54 and 17. RGB value is (203,84,23). Sum of RGB (Red+Green+Blue) = 203+84+23=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5417 is #34ABE8. Grayscale: #707070. Windows color (decimal): -3451881 or 1529035. OLE color: 1529035.
HSL color Cylindrical-coordinate representation of color #CB5417: hue angle of 20.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB5417 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 23 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.20 |
| HSL | 20.33º | 0.8% | 0.44% | - |
| HSV(B) | 20.33º | 0.89% | 0.8% | - |
| XYZ | 27.95 | 19.1 | 3.02 | - |
| YUV | 112.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 23 | 0 | 0.59 | 0.89 | 0.20 | 20.33 | 0.8 | 0.44 |
| Hex | CB | 54 | 17 | 0 | 3B | 59 | 14 | 14 | 50 | 2C |
| Octal | 313 | 124 | 27 | 0 | 73 | 131 | 24 | 24 | 120 | 54 |
| Binary | 11001011 | 1010100 | 10111 | 0 | 111011 | 1011001 | 10100 | 10100 | 1010000 | 101100 |
Color Harmonies of #CB5417
Complementary color
Monochromatic Colors of #CB5417
Black with #CB5417
Text Example
Text Example
White with #CB5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5417; }
p { color: rgb(203,84,23); }
H1.HeaderClassName
{
color: #CB5417;
}
.AnyTagClassName
{
color: #CB5417;
}
</style>
background-color css
<style>
a { background-color: #CB5417; }
a { background-color: rgb(203,84,23); }
div.DivClassName
{
background-color: #CB5417;
}
.BgClassName
{
background-color: #CB5417;
}
</style>
border-color css
<style>
span { border-color: #CB5417; }
span { border-color: rgb(203,84,23); }
td.TdClassName
{
border-color: #CB5417;
}
.TagClassName
{
border-color: #CB5417;
}
</style>