Shades of Liver #554149
Tints of Liver #554149
RGB
CMYK
RGB Variations
Color information
#554149 (or 0x554149) is known color: Liver. HEX triplet: 55, 41 and 49. RGB value is (85,65,73). Sum of RGB (Red+Green+Blue) = 85+65+73=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554149 is #AABEB6. Grayscale: #474747. Windows color (decimal): -11189943 or 4800853. OLE color: 4800853.
HSL color Cylindrical-coordinate representation of color #554149: hue angle of 336º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554149 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 73 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.67 |
| HSL | 336º | 0.13% | 0.29% | - |
| HSV(B) | 336º | 0.24% | 0.33% | - |
| XYZ | 6.84 | 6.19 | 7.14 | - |
| YUV | 71.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 73 | 0 | 0.24 | 0.14 | 0.67 | 336 | 0.13 | 0.29 |
| Hex | 55 | 41 | 49 | 0 | 18 | E | 43 | 150 | D | 1D |
| Octal | 125 | 101 | 111 | 0 | 30 | 16 | 103 | 520 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1001001 | 0 | 11000 | 1110 | 1000011 | 101010000 | 1101 | 11101 |
Color Harmonies of #554149
Complementary color
Monochromatic Colors of #554149
Black with #554149
Text Example
Text Example
White with #554149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554149; }
p { color: rgb(85,65,73); }
H1.HeaderClassName
{
color: #554149;
}
.AnyTagClassName
{
color: #554149;
}
</style>
background-color css
<style>
a { background-color: #554149; }
a { background-color: rgb(85,65,73); }
div.DivClassName
{
background-color: #554149;
}
.BgClassName
{
background-color: #554149;
}
</style>
border-color css
<style>
span { border-color: #554149; }
span { border-color: rgb(85,65,73); }
td.TdClassName
{
border-color: #554149;
}
.TagClassName
{
border-color: #554149;
}
</style>