Shades of Liver #4D3B45
Tints of Liver #4D3B45
RGB
CMYK
RGB Variations
Color information
#4D3B45 (or 0x4D3B45) is known color: Liver. HEX triplet: 4D, 3B and 45. RGB value is (77,59,69). Sum of RGB (Red+Green+Blue) = 77+59+69=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B45 is #B2C4BA. Grayscale: #414141. Windows color (decimal): -11715771 or 4537165. OLE color: 4537165.
HSL color Cylindrical-coordinate representation of color #4D3B45: hue angle of 326.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3B45 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 59 | 69 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.70 |
| HSL | 326.67º | 0.13% | 0.27% | - |
| HSV(B) | 326.67º | 0.23% | 0.3% | - |
| XYZ | 5.7 | 5.14 | 6.32 | - |
| YUV | 65.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 69 | 0 | 0.23 | 0.10 | 0.70 | 326.67 | 0.13 | 0.27 |
| Hex | 4D | 3B | 45 | 0 | 17 | A | 46 | 147 | D | 1B |
| Octal | 115 | 73 | 105 | 0 | 27 | 12 | 106 | 507 | 15 | 33 |
| Binary | 1001101 | 111011 | 1000101 | 0 | 10111 | 1010 | 1000110 | 101000111 | 1101 | 11011 |
Color Harmonies of #4D3B45
Complementary color
Monochromatic Colors of #4D3B45
Black with #4D3B45
Text Example
Text Example
White with #4D3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B45; }
p { color: rgb(77,59,69); }
H1.HeaderClassName
{
color: #4D3B45;
}
.AnyTagClassName
{
color: #4D3B45;
}
</style>
background-color css
<style>
a { background-color: #4D3B45; }
a { background-color: rgb(77,59,69); }
div.DivClassName
{
background-color: #4D3B45;
}
.BgClassName
{
background-color: #4D3B45;
}
</style>
border-color css
<style>
span { border-color: #4D3B45; }
span { border-color: rgb(77,59,69); }
td.TdClassName
{
border-color: #4D3B45;
}
.TagClassName
{
border-color: #4D3B45;
}
</style>