Shades of Liver #553A47
Tints of Liver #553A47
RGB
CMYK
RGB Variations
Color information
#553A47 (or 0x553A47) is known color: Liver. HEX triplet: 55, 3A and 47. RGB value is (85,58,71). Sum of RGB (Red+Green+Blue) = 85+58+71=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A47 is #AAC5B8. Grayscale: #434343. Windows color (decimal): -11191737 or 4667989. OLE color: 4667989.
HSL color Cylindrical-coordinate representation of color #553A47: hue angle of 331.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A47 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 71 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.67 |
| HSL | 331.11º | 0.19% | 0.28% | - |
| HSV(B) | 331.11º | 0.32% | 0.33% | - |
| XYZ | 6.4 | 5.41 | 6.67 | - |
| YUV | 67.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 71 | 0 | 0.32 | 0.16 | 0.67 | 331.11 | 0.19 | 0.28 |
| Hex | 55 | 3A | 47 | 0 | 20 | 10 | 43 | 14B | 13 | 1C |
| Octal | 125 | 72 | 107 | 0 | 40 | 20 | 103 | 513 | 23 | 34 |
| Binary | 1010101 | 111010 | 1000111 | 0 | 100000 | 10000 | 1000011 | 101001011 | 10011 | 11100 |
Color Harmonies of #553A47
Complementary color
Monochromatic Colors of #553A47
Black with #553A47
Text Example
Text Example
White with #553A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A47; }
p { color: rgb(85,58,71); }
H1.HeaderClassName
{
color: #553A47;
}
.AnyTagClassName
{
color: #553A47;
}
</style>
background-color css
<style>
a { background-color: #553A47; }
a { background-color: rgb(85,58,71); }
div.DivClassName
{
background-color: #553A47;
}
.BgClassName
{
background-color: #553A47;
}
</style>
border-color css
<style>
span { border-color: #553A47; }
span { border-color: rgb(85,58,71); }
td.TdClassName
{
border-color: #553A47;
}
.TagClassName
{
border-color: #553A47;
}
</style>