Shades of Chocolate #C5591B
Tints of Chocolate #C5591B
RGB
CMYK
RGB Variations
Color information
#C5591B (or 0xC5591B) is known color: Chocolate. HEX triplet: C5, 59 and 1B. RGB value is (197,89,27). Sum of RGB (Red+Green+Blue) = 197+89+27=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5591B is #3AA6E4. Grayscale: #727272. Windows color (decimal): -3843813 or 1792453. OLE color: 1792453.
HSL color Cylindrical-coordinate representation of color #C5591B: hue angle of 21.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5591B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.23 |
| HSL | 21.88º | 0.76% | 0.44% | - |
| HSV(B) | 21.88º | 0.86% | 0.77% | - |
| XYZ | 26.8 | 19.09 | 3.31 | - |
| YUV | 114.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 27 | 0 | 0.55 | 0.86 | 0.23 | 21.88 | 0.76 | 0.44 |
| Hex | C5 | 59 | 1B | 0 | 37 | 56 | 17 | 16 | 4C | 2C |
| Octal | 305 | 131 | 33 | 0 | 67 | 126 | 27 | 26 | 114 | 54 |
| Binary | 11000101 | 1011001 | 11011 | 0 | 110111 | 1010110 | 10111 | 10110 | 1001100 | 101100 |
Color Harmonies of #C5591B
Complementary color
Monochromatic Colors of #C5591B
Black with #C5591B
Text Example
Text Example
White with #C5591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5591B; }
p { color: rgb(197,89,27); }
H1.HeaderClassName
{
color: #C5591B;
}
.AnyTagClassName
{
color: #C5591B;
}
</style>
background-color css
<style>
a { background-color: #C5591B; }
a { background-color: rgb(197,89,27); }
div.DivClassName
{
background-color: #C5591B;
}
.BgClassName
{
background-color: #C5591B;
}
</style>
border-color css
<style>
span { border-color: #C5591B; }
span { border-color: rgb(197,89,27); }
td.TdClassName
{
border-color: #C5591B;
}
.TagClassName
{
border-color: #C5591B;
}
</style>