Shades of Liver #553F49
Tints of Liver #553F49
RGB
CMYK
RGB Variations
Color information
#553F49 (or 0x553F49) is known color: Liver. HEX triplet: 55, 3F and 49. RGB value is (85,63,73). Sum of RGB (Red+Green+Blue) = 85+63+73=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #553F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F49 is #AAC0B6. Grayscale: #464646. Windows color (decimal): -11190455 or 4800341. OLE color: 4800341.
HSL color Cylindrical-coordinate representation of color #553F49: hue angle of 332.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F49 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 73 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.67 |
| HSL | 332.73º | 0.15% | 0.29% | - |
| HSV(B) | 332.73º | 0.26% | 0.33% | - |
| XYZ | 6.73 | 5.97 | 7.1 | - |
| YUV | 70.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 73 | 0 | 0.26 | 0.14 | 0.67 | 332.73 | 0.15 | 0.29 |
| Hex | 55 | 3F | 49 | 0 | 1A | E | 43 | 14D | F | 1D |
| Octal | 125 | 77 | 111 | 0 | 32 | 16 | 103 | 515 | 17 | 35 |
| Binary | 1010101 | 111111 | 1001001 | 0 | 11010 | 1110 | 1000011 | 101001101 | 1111 | 11101 |
Color Harmonies of #553F49
Complementary color
Monochromatic Colors of #553F49
Black with #553F49
Text Example
Text Example
White with #553F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F49; }
p { color: rgb(85,63,73); }
H1.HeaderClassName
{
color: #553F49;
}
.AnyTagClassName
{
color: #553F49;
}
</style>
background-color css
<style>
a { background-color: #553F49; }
a { background-color: rgb(85,63,73); }
div.DivClassName
{
background-color: #553F49;
}
.BgClassName
{
background-color: #553F49;
}
</style>
border-color css
<style>
span { border-color: #553F49; }
span { border-color: rgb(85,63,73); }
td.TdClassName
{
border-color: #553F49;
}
.TagClassName
{
border-color: #553F49;
}
</style>