Shades of Liver #554249
Tints of Liver #554249
RGB
CMYK
RGB Variations
Color information
#554249 (or 0x554249) is known color: Liver. HEX triplet: 55, 42 and 49. RGB value is (85,66,73). Sum of RGB (Red+Green+Blue) = 85+66+73=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554249 is #AABDB6. Grayscale: #484848. Windows color (decimal): -11189687 or 4801109. OLE color: 4801109.
HSL color Cylindrical-coordinate representation of color #554249: hue angle of 337.89º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554249 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 73 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.67 |
| HSL | 337.89º | 0.13% | 0.3% | - |
| HSV(B) | 337.89º | 0.22% | 0.33% | - |
| XYZ | 6.9 | 6.31 | 7.16 | - |
| YUV | 72.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 73 | 0 | 0.22 | 0.14 | 0.67 | 337.89 | 0.13 | 0.3 |
| Hex | 55 | 42 | 49 | 0 | 16 | E | 43 | 152 | D | 1E |
| Octal | 125 | 102 | 111 | 0 | 26 | 16 | 103 | 522 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001001 | 0 | 10110 | 1110 | 1000011 | 101010010 | 1101 | 11110 |
Color Harmonies of #554249
Complementary color
Monochromatic Colors of #554249
Black with #554249
Text Example
Text Example
White with #554249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554249; }
p { color: rgb(85,66,73); }
H1.HeaderClassName
{
color: #554249;
}
.AnyTagClassName
{
color: #554249;
}
</style>
background-color css
<style>
a { background-color: #554249; }
a { background-color: rgb(85,66,73); }
div.DivClassName
{
background-color: #554249;
}
.BgClassName
{
background-color: #554249;
}
</style>
border-color css
<style>
span { border-color: #554249; }
span { border-color: rgb(85,66,73); }
td.TdClassName
{
border-color: #554249;
}
.TagClassName
{
border-color: #554249;
}
</style>