Shades of Liver #51484C
Tints of Liver #51484C
RGB
CMYK
RGB Variations
Color information
#51484C (or 0x51484C) is known color: Liver. HEX triplet: 51, 48 and 4C. RGB value is (81,72,76). Sum of RGB (Red+Green+Blue) = 81+72+76=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #51484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51484C is #AEB7B3. Grayscale: #4B4B4B. Windows color (decimal): -11450292 or 4999249. OLE color: 4999249.
HSL color Cylindrical-coordinate representation of color #51484C: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #51484C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 76 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.68 |
| HSL | 333.33º | 0.06% | 0.3% | - |
| HSV(B) | 333.33º | 0.11% | 0.32% | - |
| XYZ | 7.02 | 6.91 | 7.8 | - |
| YUV | 75.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 76 | 0 | 0.11 | 0.06 | 0.68 | 333.33 | 0.06 | 0.3 |
| Hex | 51 | 48 | 4C | 0 | B | 6 | 44 | 14D | 6 | 1E |
| Octal | 121 | 110 | 114 | 0 | 13 | 6 | 104 | 515 | 6 | 36 |
| Binary | 1010001 | 1001000 | 1001100 | 0 | 1011 | 110 | 1000100 | 101001101 | 110 | 11110 |
Color Harmonies of #51484C
Complementary color
Monochromatic Colors of #51484C
Black with #51484C
Text Example
Text Example
White with #51484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51484C; }
p { color: rgb(81,72,76); }
H1.HeaderClassName
{
color: #51484C;
}
.AnyTagClassName
{
color: #51484C;
}
</style>
background-color css
<style>
a { background-color: #51484C; }
a { background-color: rgb(81,72,76); }
div.DivClassName
{
background-color: #51484C;
}
.BgClassName
{
background-color: #51484C;
}
</style>
border-color css
<style>
span { border-color: #51484C; }
span { border-color: rgb(81,72,76); }
td.TdClassName
{
border-color: #51484C;
}
.TagClassName
{
border-color: #51484C;
}
</style>