Shades of Chocolate #C5601B
Tints of Chocolate #C5601B
RGB
CMYK
RGB Variations
Color information
#C5601B (or 0xC5601B) is known color: Chocolate. HEX triplet: C5, 60 and 1B. RGB value is (197,96,27). Sum of RGB (Red+Green+Blue) = 197+96+27=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5601B is #3A9FE4. Grayscale: #767676. Windows color (decimal): -3842021 or 1794245. OLE color: 1794245.
HSL color Cylindrical-coordinate representation of color #C5601B: hue angle of 24.35º 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 #C5601B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 27 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.23 |
| HSL | 24.35º | 0.76% | 0.44% | - |
| HSV(B) | 24.35º | 0.86% | 0.77% | - |
| XYZ | 27.41 | 20.32 | 3.51 | - |
| YUV | 118.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 27 | 0 | 0.51 | 0.86 | 0.23 | 24.35 | 0.76 | 0.44 |
| Hex | C5 | 60 | 1B | 0 | 33 | 56 | 17 | 18 | 4C | 2C |
| Octal | 305 | 140 | 33 | 0 | 63 | 126 | 27 | 30 | 114 | 54 |
| Binary | 11000101 | 1100000 | 11011 | 0 | 110011 | 1010110 | 10111 | 11000 | 1001100 | 101100 |
Color Harmonies of #C5601B
Complementary color
Monochromatic Colors of #C5601B
Black with #C5601B
Text Example
Text Example
White with #C5601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5601B; }
p { color: rgb(197,96,27); }
H1.HeaderClassName
{
color: #C5601B;
}
.AnyTagClassName
{
color: #C5601B;
}
</style>
background-color css
<style>
a { background-color: #C5601B; }
a { background-color: rgb(197,96,27); }
div.DivClassName
{
background-color: #C5601B;
}
.BgClassName
{
background-color: #C5601B;
}
</style>
border-color css
<style>
span { border-color: #C5601B; }
span { border-color: rgb(197,96,27); }
td.TdClassName
{
border-color: #C5601B;
}
.TagClassName
{
border-color: #C5601B;
}
</style>