Shades of Chocolate #C5551B
Tints of Chocolate #C5551B
RGB
CMYK
RGB Variations
Color information
#C5551B (or 0xC5551B) is known color: Chocolate. HEX triplet: C5, 55 and 1B. RGB value is (197,85,27). Sum of RGB (Red+Green+Blue) = 197+85+27=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5551B is #3AAAE4. Grayscale: #707070. Windows color (decimal): -3844837 or 1791429. OLE color: 1791429.
HSL color Cylindrical-coordinate representation of color #C5551B: hue angle of 20.47º 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 #C5551B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.23 |
| HSL | 20.47º | 0.76% | 0.44% | - |
| HSV(B) | 20.47º | 0.86% | 0.77% | - |
| XYZ | 26.47 | 18.45 | 3.2 | - |
| YUV | 111.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 27 | 0 | 0.57 | 0.86 | 0.23 | 20.47 | 0.76 | 0.44 |
| Hex | C5 | 55 | 1B | 0 | 39 | 56 | 17 | 14 | 4C | 2C |
| Octal | 305 | 125 | 33 | 0 | 71 | 126 | 27 | 24 | 114 | 54 |
| Binary | 11000101 | 1010101 | 11011 | 0 | 111001 | 1010110 | 10111 | 10100 | 1001100 | 101100 |
Color Harmonies of #C5551B
Complementary color
Monochromatic Colors of #C5551B
Black with #C5551B
Text Example
Text Example
White with #C5551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5551B; }
p { color: rgb(197,85,27); }
H1.HeaderClassName
{
color: #C5551B;
}
.AnyTagClassName
{
color: #C5551B;
}
</style>
background-color css
<style>
a { background-color: #C5551B; }
a { background-color: rgb(197,85,27); }
div.DivClassName
{
background-color: #C5551B;
}
.BgClassName
{
background-color: #C5551B;
}
</style>
border-color css
<style>
span { border-color: #C5551B; }
span { border-color: rgb(197,85,27); }
td.TdClassName
{
border-color: #C5551B;
}
.TagClassName
{
border-color: #C5551B;
}
</style>