Shades of Liver #504549
Tints of Liver #504549
RGB
CMYK
RGB Variations
Color information
#504549 (or 0x504549) is known color: Liver. HEX triplet: 50, 45 and 49. RGB value is (80,69,73). Sum of RGB (Red+Green+Blue) = 80+69+73=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504549 is #AFBAB6. Grayscale: #484848. Windows color (decimal): -11516599 or 4801872. OLE color: 4801872.
HSL color Cylindrical-coordinate representation of color #504549: hue angle of 338.18º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504549 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 73 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.69 |
| HSL | 338.18º | 0.07% | 0.29% | - |
| HSV(B) | 338.18º | 0.14% | 0.31% | - |
| XYZ | 6.64 | 6.44 | 7.2 | - |
| YUV | 72.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 73 | 0 | 0.14 | 0.09 | 0.69 | 338.18 | 0.07 | 0.29 |
| Hex | 50 | 45 | 49 | 0 | E | 9 | 45 | 152 | 7 | 1D |
| Octal | 120 | 105 | 111 | 0 | 16 | 11 | 105 | 522 | 7 | 35 |
| Binary | 1010000 | 1000101 | 1001001 | 0 | 1110 | 1001 | 1000101 | 101010010 | 111 | 11101 |
Color Harmonies of #504549
Complementary color
Monochromatic Colors of #504549
Black with #504549
Text Example
Text Example
White with #504549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504549; }
p { color: rgb(80,69,73); }
H1.HeaderClassName
{
color: #504549;
}
.AnyTagClassName
{
color: #504549;
}
</style>
background-color css
<style>
a { background-color: #504549; }
a { background-color: rgb(80,69,73); }
div.DivClassName
{
background-color: #504549;
}
.BgClassName
{
background-color: #504549;
}
</style>
border-color css
<style>
span { border-color: #504549; }
span { border-color: rgb(80,69,73); }
td.TdClassName
{
border-color: #504549;
}
.TagClassName
{
border-color: #504549;
}
</style>