Shades of Chocolate #C5611F
Tints of Chocolate #C5611F
RGB
CMYK
RGB Variations
Color information
#C5611F (or 0xC5611F) is known color: Chocolate. HEX triplet: C5, 61 and 1F. RGB value is (197,97,31). Sum of RGB (Red+Green+Blue) = 197+97+31=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5611F is #3A9EE0. Grayscale: #777777. Windows color (decimal): -3841761 or 2056645. OLE color: 2056645.
HSL color Cylindrical-coordinate representation of color #C5611F: hue angle of 23.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5611F is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 31 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.23 |
| HSL | 23.86º | 0.73% | 0.45% | - |
| HSV(B) | 23.86º | 0.84% | 0.77% | - |
| XYZ | 27.55 | 20.52 | 3.8 | - |
| YUV | 119.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 31 | 0 | 0.51 | 0.84 | 0.23 | 23.86 | 0.73 | 0.45 |
| Hex | C5 | 61 | 1F | 0 | 33 | 54 | 17 | 18 | 49 | 2D |
| Octal | 305 | 141 | 37 | 0 | 63 | 124 | 27 | 30 | 111 | 55 |
| Binary | 11000101 | 1100001 | 11111 | 0 | 110011 | 1010100 | 10111 | 11000 | 1001001 | 101101 |
Color Harmonies of #C5611F
Complementary color
Monochromatic Colors of #C5611F
Black with #C5611F
Text Example
Text Example
White with #C5611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5611F; }
p { color: rgb(197,97,31); }
H1.HeaderClassName
{
color: #C5611F;
}
.AnyTagClassName
{
color: #C5611F;
}
</style>
background-color css
<style>
a { background-color: #C5611F; }
a { background-color: rgb(197,97,31); }
div.DivClassName
{
background-color: #C5611F;
}
.BgClassName
{
background-color: #C5611F;
}
</style>
border-color css
<style>
span { border-color: #C5611F; }
span { border-color: rgb(197,97,31); }
td.TdClassName
{
border-color: #C5611F;
}
.TagClassName
{
border-color: #C5611F;
}
</style>