Shades of Liver #553C49
Tints of Liver #553C49
RGB
CMYK
RGB Variations
Color information
#553C49 (or 0x553C49) is known color: Liver. HEX triplet: 55, 3C and 49. RGB value is (85,60,73). Sum of RGB (Red+Green+Blue) = 85+60+73=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C49 is #AAC3B6. Grayscale: #444444. Windows color (decimal): -11191223 or 4799573. OLE color: 4799573.
HSL color Cylindrical-coordinate representation of color #553C49: hue angle of 328.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C49 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 73 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.67 |
| HSL | 328.8º | 0.17% | 0.28% | - |
| HSV(B) | 328.8º | 0.29% | 0.33% | - |
| XYZ | 6.56 | 5.64 | 7.05 | - |
| YUV | 68.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 73 | 0 | 0.29 | 0.14 | 0.67 | 328.8 | 0.17 | 0.28 |
| Hex | 55 | 3C | 49 | 0 | 1D | E | 43 | 149 | 11 | 1C |
| Octal | 125 | 74 | 111 | 0 | 35 | 16 | 103 | 511 | 21 | 34 |
| Binary | 1010101 | 111100 | 1001001 | 0 | 11101 | 1110 | 1000011 | 101001001 | 10001 | 11100 |
Color Harmonies of #553C49
Complementary color
Monochromatic Colors of #553C49
Black with #553C49
Text Example
Text Example
White with #553C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C49; }
p { color: rgb(85,60,73); }
H1.HeaderClassName
{
color: #553C49;
}
.AnyTagClassName
{
color: #553C49;
}
</style>
background-color css
<style>
a { background-color: #553C49; }
a { background-color: rgb(85,60,73); }
div.DivClassName
{
background-color: #553C49;
}
.BgClassName
{
background-color: #553C49;
}
</style>
border-color css
<style>
span { border-color: #553C49; }
span { border-color: rgb(85,60,73); }
td.TdClassName
{
border-color: #553C49;
}
.TagClassName
{
border-color: #553C49;
}
</style>