Shades of Chocolate #C56317
Tints of Chocolate #C56317
RGB
CMYK
RGB Variations
Color information
#C56317 (or 0xC56317) is known color: Chocolate. HEX triplet: C5, 63 and 17. RGB value is (197,99,23). Sum of RGB (Red+Green+Blue) = 197+99+23=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C56317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56317 is #3A9CE8. Grayscale: #787878. Windows color (decimal): -3841257 or 1532869. OLE color: 1532869.
HSL color Cylindrical-coordinate representation of color #C56317: hue angle of 26.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C56317 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.23 |
| HSL | 26.21º | 0.79% | 0.43% | - |
| HSV(B) | 26.21º | 0.88% | 0.77% | - |
| XYZ | 27.64 | 20.86 | 3.38 | - |
| YUV | 119.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 23 | 0 | 0.50 | 0.88 | 0.23 | 26.21 | 0.79 | 0.43 |
| Hex | C5 | 63 | 17 | 0 | 32 | 58 | 17 | 1A | 4F | 2B |
| Octal | 305 | 143 | 27 | 0 | 62 | 130 | 27 | 32 | 117 | 53 |
| Binary | 11000101 | 1100011 | 10111 | 0 | 110010 | 1011000 | 10111 | 11010 | 1001111 | 101011 |
Color Harmonies of #C56317
Complementary color
Monochromatic Colors of #C56317
Black with #C56317
Text Example
Text Example
White with #C56317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56317; }
p { color: rgb(197,99,23); }
H1.HeaderClassName
{
color: #C56317;
}
.AnyTagClassName
{
color: #C56317;
}
</style>
background-color css
<style>
a { background-color: #C56317; }
a { background-color: rgb(197,99,23); }
div.DivClassName
{
background-color: #C56317;
}
.BgClassName
{
background-color: #C56317;
}
</style>
border-color css
<style>
span { border-color: #C56317; }
span { border-color: rgb(197,99,23); }
td.TdClassName
{
border-color: #C56317;
}
.TagClassName
{
border-color: #C56317;
}
</style>