Shades of Chocolate #C55717
Tints of Chocolate #C55717
RGB
CMYK
RGB Variations
Color information
#C55717 (or 0xC55717) is known color: Chocolate. HEX triplet: C5, 57 and 17. RGB value is (197,87,23). Sum of RGB (Red+Green+Blue) = 197+87+23=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C55717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55717 is #3AA8E8. Grayscale: #707070. Windows color (decimal): -3844329 or 1529797. OLE color: 1529797.
HSL color Cylindrical-coordinate representation of color #C55717: hue angle of 22.07º 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 #C55717 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.23 |
| HSL | 22.07º | 0.79% | 0.43% | - |
| HSV(B) | 22.07º | 0.88% | 0.77% | - |
| XYZ | 26.59 | 18.75 | 3.03 | - |
| YUV | 112.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 23 | 0 | 0.56 | 0.88 | 0.23 | 22.07 | 0.79 | 0.43 |
| Hex | C5 | 57 | 17 | 0 | 38 | 58 | 17 | 16 | 4F | 2B |
| Octal | 305 | 127 | 27 | 0 | 70 | 130 | 27 | 26 | 117 | 53 |
| Binary | 11000101 | 1010111 | 10111 | 0 | 111000 | 1011000 | 10111 | 10110 | 1001111 | 101011 |
Color Harmonies of #C55717
Complementary color
Monochromatic Colors of #C55717
Black with #C55717
Text Example
Text Example
White with #C55717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55717; }
p { color: rgb(197,87,23); }
H1.HeaderClassName
{
color: #C55717;
}
.AnyTagClassName
{
color: #C55717;
}
</style>
background-color css
<style>
a { background-color: #C55717; }
a { background-color: rgb(197,87,23); }
div.DivClassName
{
background-color: #C55717;
}
.BgClassName
{
background-color: #C55717;
}
</style>
border-color css
<style>
span { border-color: #C55717; }
span { border-color: rgb(197,87,23); }
td.TdClassName
{
border-color: #C55717;
}
.TagClassName
{
border-color: #C55717;
}
</style>