Shades of Liver #503D46
Tints of Liver #503D46
RGB
CMYK
RGB Variations
Color information
#503D46 (or 0x503D46) is known color: Liver. HEX triplet: 50, 3D and 46. RGB value is (80,61,70). Sum of RGB (Red+Green+Blue) = 80+61+70=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #503D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D46 is #AFC2B9. Grayscale: #434343. Windows color (decimal): -11518650 or 4603216. OLE color: 4603216.
HSL color Cylindrical-coordinate representation of color #503D46: hue angle of 331.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503D46 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 70 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.69 |
| HSL | 331.58º | 0.13% | 0.28% | - |
| HSV(B) | 331.58º | 0.24% | 0.31% | - |
| XYZ | 6.08 | 5.49 | 6.53 | - |
| YUV | 67.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 70 | 0 | 0.24 | 0.12 | 0.69 | 331.58 | 0.13 | 0.28 |
| Hex | 50 | 3D | 46 | 0 | 18 | C | 45 | 14C | D | 1C |
| Octal | 120 | 75 | 106 | 0 | 30 | 14 | 105 | 514 | 15 | 34 |
| Binary | 1010000 | 111101 | 1000110 | 0 | 11000 | 1100 | 1000101 | 101001100 | 1101 | 11100 |
Color Harmonies of #503D46
Complementary color
Monochromatic Colors of #503D46
Black with #503D46
Text Example
Text Example
White with #503D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D46; }
p { color: rgb(80,61,70); }
H1.HeaderClassName
{
color: #503D46;
}
.AnyTagClassName
{
color: #503D46;
}
</style>
background-color css
<style>
a { background-color: #503D46; }
a { background-color: rgb(80,61,70); }
div.DivClassName
{
background-color: #503D46;
}
.BgClassName
{
background-color: #503D46;
}
</style>
border-color css
<style>
span { border-color: #503D46; }
span { border-color: rgb(80,61,70); }
td.TdClassName
{
border-color: #503D46;
}
.TagClassName
{
border-color: #503D46;
}
</style>