Shades of Chocolate #C05917
Tints of Chocolate #C05917
RGB
CMYK
RGB Variations
Color information
#C05917 (or 0xC05917) is known color: Chocolate. HEX triplet: C0, 59 and 17. RGB value is (192,89,23). Sum of RGB (Red+Green+Blue) = 192+89+23=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C05917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05917 is #3FA6E8. Grayscale: #707070. Windows color (decimal): -4171497 or 1530304. OLE color: 1530304.
HSL color Cylindrical-coordinate representation of color #C05917: hue angle of 23.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C05917 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.25 |
| HSL | 23.43º | 0.79% | 0.42% | - |
| HSV(B) | 23.43º | 0.88% | 0.75% | - |
| XYZ | 25.47 | 18.41 | 3.02 | - |
| YUV | 112.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 23 | 0 | 0.54 | 0.88 | 0.25 | 23.43 | 0.79 | 0.42 |
| Hex | C0 | 59 | 17 | 0 | 36 | 58 | 19 | 17 | 4F | 2A |
| Octal | 300 | 131 | 27 | 0 | 66 | 130 | 31 | 27 | 117 | 52 |
| Binary | 11000000 | 1011001 | 10111 | 0 | 110110 | 1011000 | 11001 | 10111 | 1001111 | 101010 |
Color Harmonies of #C05917
Complementary color
Monochromatic Colors of #C05917
Black with #C05917
Text Example
Text Example
White with #C05917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05917; }
p { color: rgb(192,89,23); }
H1.HeaderClassName
{
color: #C05917;
}
.AnyTagClassName
{
color: #C05917;
}
</style>
background-color css
<style>
a { background-color: #C05917; }
a { background-color: rgb(192,89,23); }
div.DivClassName
{
background-color: #C05917;
}
.BgClassName
{
background-color: #C05917;
}
</style>
border-color css
<style>
span { border-color: #C05917; }
span { border-color: rgb(192,89,23); }
td.TdClassName
{
border-color: #C05917;
}
.TagClassName
{
border-color: #C05917;
}
</style>