Shades of Liver #553949
Tints of Liver #553949
RGB
CMYK
RGB Variations
Color information
#553949 (or 0x553949) is known color: Liver. HEX triplet: 55, 39 and 49. RGB value is (85,57,73). Sum of RGB (Red+Green+Blue) = 85+57+73=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #553949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553949 is #AAC6B6. Grayscale: #434343. Windows color (decimal): -11191991 or 4798805. OLE color: 4798805.
HSL color Cylindrical-coordinate representation of color #553949: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553949 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 73 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.67 |
| HSL | 325.71º | 0.2% | 0.28% | - |
| HSV(B) | 325.71º | 0.33% | 0.33% | - |
| XYZ | 6.41 | 5.34 | 7 | - |
| YUV | 67.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 73 | 0 | 0.33 | 0.14 | 0.67 | 325.71 | 0.2 | 0.28 |
| Hex | 55 | 39 | 49 | 0 | 21 | E | 43 | 146 | 14 | 1C |
| Octal | 125 | 71 | 111 | 0 | 41 | 16 | 103 | 506 | 24 | 34 |
| Binary | 1010101 | 111001 | 1001001 | 0 | 100001 | 1110 | 1000011 | 101000110 | 10100 | 11100 |
Color Harmonies of #553949
Complementary color
Monochromatic Colors of #553949
Black with #553949
Text Example
Text Example
White with #553949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553949; }
p { color: rgb(85,57,73); }
H1.HeaderClassName
{
color: #553949;
}
.AnyTagClassName
{
color: #553949;
}
</style>
background-color css
<style>
a { background-color: #553949; }
a { background-color: rgb(85,57,73); }
div.DivClassName
{
background-color: #553949;
}
.BgClassName
{
background-color: #553949;
}
</style>
border-color css
<style>
span { border-color: #553949; }
span { border-color: rgb(85,57,73); }
td.TdClassName
{
border-color: #553949;
}
.TagClassName
{
border-color: #553949;
}
</style>