Shades of Liver #4C3F45
Tints of Liver #4C3F45
RGB
CMYK
RGB Variations
Color information
#4C3F45 (or 0x4C3F45) is known color: Liver. HEX triplet: 4C, 3F and 45. RGB value is (76,63,69). Sum of RGB (Red+Green+Blue) = 76+63+69=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F45 is #B3C0BA. Grayscale: #434343. Windows color (decimal): -11780283 or 4538188. OLE color: 4538188.
HSL color Cylindrical-coordinate representation of color #4C3F45: hue angle of 332.31º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C3F45 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 63 | 69 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.70 |
| HSL | 332.31º | 0.09% | 0.27% | - |
| HSV(B) | 332.31º | 0.17% | 0.3% | - |
| XYZ | 5.83 | 5.52 | 6.39 | - |
| YUV | 67.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 69 | 0 | 0.17 | 0.09 | 0.70 | 332.31 | 0.09 | 0.27 |
| Hex | 4C | 3F | 45 | 0 | 11 | 9 | 46 | 14C | 9 | 1B |
| Octal | 114 | 77 | 105 | 0 | 21 | 11 | 106 | 514 | 11 | 33 |
| Binary | 1001100 | 111111 | 1000101 | 0 | 10001 | 1001 | 1000110 | 101001100 | 1001 | 11011 |
Color Harmonies of #4C3F45
Complementary color
Monochromatic Colors of #4C3F45
Black with #4C3F45
Text Example
Text Example
White with #4C3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F45; }
p { color: rgb(76,63,69); }
H1.HeaderClassName
{
color: #4C3F45;
}
.AnyTagClassName
{
color: #4C3F45;
}
</style>
background-color css
<style>
a { background-color: #4C3F45; }
a { background-color: rgb(76,63,69); }
div.DivClassName
{
background-color: #4C3F45;
}
.BgClassName
{
background-color: #4C3F45;
}
</style>
border-color css
<style>
span { border-color: #4C3F45; }
span { border-color: rgb(76,63,69); }
td.TdClassName
{
border-color: #4C3F45;
}
.TagClassName
{
border-color: #4C3F45;
}
</style>