Shades of Chocolate #CB5C17
Tints of Chocolate #CB5C17
RGB
CMYK
RGB Variations
Color information
#CB5C17 (or 0xCB5C17) is known color: Chocolate. HEX triplet: CB, 5C and 17. RGB value is (203,92,23). Sum of RGB (Red+Green+Blue) = 203+92+23=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C17 is #34A3E8. Grayscale: #757575. Windows color (decimal): -3449833 or 1531083. OLE color: 1531083.
HSL color Cylindrical-coordinate representation of color #CB5C17: hue angle of 23º 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 #CB5C17 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 23 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.20 |
| HSL | 23º | 0.8% | 0.44% | - |
| HSV(B) | 23º | 0.89% | 0.8% | - |
| XYZ | 28.61 | 20.41 | 3.24 | - |
| YUV | 117.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 23 | 0 | 0.55 | 0.89 | 0.20 | 23 | 0.8 | 0.44 |
| Hex | CB | 5C | 17 | 0 | 37 | 59 | 14 | 17 | 50 | 2C |
| Octal | 313 | 134 | 27 | 0 | 67 | 131 | 24 | 27 | 120 | 54 |
| Binary | 11001011 | 1011100 | 10111 | 0 | 110111 | 1011001 | 10100 | 10111 | 1010000 | 101100 |
Color Harmonies of #CB5C17
Complementary color
Monochromatic Colors of #CB5C17
Black with #CB5C17
Text Example
Text Example
White with #CB5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C17; }
p { color: rgb(203,92,23); }
H1.HeaderClassName
{
color: #CB5C17;
}
.AnyTagClassName
{
color: #CB5C17;
}
</style>
background-color css
<style>
a { background-color: #CB5C17; }
a { background-color: rgb(203,92,23); }
div.DivClassName
{
background-color: #CB5C17;
}
.BgClassName
{
background-color: #CB5C17;
}
</style>
border-color css
<style>
span { border-color: #CB5C17; }
span { border-color: rgb(203,92,23); }
td.TdClassName
{
border-color: #CB5C17;
}
.TagClassName
{
border-color: #CB5C17;
}
</style>