Shades of Chocolate #C5611C
Tints of Chocolate #C5611C
RGB
CMYK
RGB Variations
Color information
#C5611C (or 0xC5611C) is known color: Chocolate. HEX triplet: C5, 61 and 1C. RGB value is (197,97,28). Sum of RGB (Red+Green+Blue) = 197+97+28=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5611C is #3A9EE3. Grayscale: #777777. Windows color (decimal): -3841764 or 1860037. OLE color: 1860037.
HSL color Cylindrical-coordinate representation of color #C5611C: hue angle of 24.5º degrees, saturation: 0.75, 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 #C5611C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 28 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.23 |
| HSL | 24.5º | 0.75% | 0.44% | - |
| HSV(B) | 24.5º | 0.86% | 0.77% | - |
| XYZ | 27.51 | 20.5 | 3.61 | - |
| YUV | 119.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 28 | 0 | 0.51 | 0.86 | 0.23 | 24.5 | 0.75 | 0.44 |
| Hex | C5 | 61 | 1C | 0 | 33 | 56 | 17 | 18 | 4B | 2C |
| Octal | 305 | 141 | 34 | 0 | 63 | 126 | 27 | 30 | 113 | 54 |
| Binary | 11000101 | 1100001 | 11100 | 0 | 110011 | 1010110 | 10111 | 11000 | 1001011 | 101100 |
Color Harmonies of #C5611C
Complementary color
Monochromatic Colors of #C5611C
Black with #C5611C
Text Example
Text Example
White with #C5611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5611C; }
p { color: rgb(197,97,28); }
H1.HeaderClassName
{
color: #C5611C;
}
.AnyTagClassName
{
color: #C5611C;
}
</style>
background-color css
<style>
a { background-color: #C5611C; }
a { background-color: rgb(197,97,28); }
div.DivClassName
{
background-color: #C5611C;
}
.BgClassName
{
background-color: #C5611C;
}
</style>
border-color css
<style>
span { border-color: #C5611C; }
span { border-color: rgb(197,97,28); }
td.TdClassName
{
border-color: #C5611C;
}
.TagClassName
{
border-color: #C5611C;
}
</style>