Shades of Merlin #4D4C3F
Tints of Merlin #4D4C3F
RGB
CMYK
RGB Variations
Color information
#4D4C3F (or 0x4D4C3F) is known color: Merlin. HEX triplet: 4D, 4C and 3F. RGB value is (77,76,63). Sum of RGB (Red+Green+Blue) = 77+76+63=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C3F is #B2B3C0. Grayscale: #4A4A4A. Windows color (decimal): -11711425 or 4148301. OLE color: 4148301.
HSL color Cylindrical-coordinate representation of color #4D4C3F: hue angle of 55.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D4C3F is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 76 | 63 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.70 |
| HSL | 55.71º | 0.1% | 0.27% | - |
| HSV(B) | 55.71º | 0.18% | 0.3% | - |
| XYZ | 6.54 | 7.11 | 5.73 | - |
| YUV | 74.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 63 | 0 | 0.01 | 0.18 | 0.70 | 55.71 | 0.1 | 0.27 |
| Hex | 4D | 4C | 3F | 0 | 1 | 12 | 46 | 38 | A | 1B |
| Octal | 115 | 114 | 77 | 0 | 1 | 22 | 106 | 70 | 12 | 33 |
| Binary | 1001101 | 1001100 | 111111 | 0 | 1 | 10010 | 1000110 | 111000 | 1010 | 11011 |
Color Harmonies of #4D4C3F
Complementary color
Monochromatic Colors of #4D4C3F
Black with #4D4C3F
Text Example
Text Example
White with #4D4C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C3F; }
p { color: rgb(77,76,63); }
H1.HeaderClassName
{
color: #4D4C3F;
}
.AnyTagClassName
{
color: #4D4C3F;
}
</style>
background-color css
<style>
a { background-color: #4D4C3F; }
a { background-color: rgb(77,76,63); }
div.DivClassName
{
background-color: #4D4C3F;
}
.BgClassName
{
background-color: #4D4C3F;
}
</style>
border-color css
<style>
span { border-color: #4D4C3F; }
span { border-color: rgb(77,76,63); }
td.TdClassName
{
border-color: #4D4C3F;
}
.TagClassName
{
border-color: #4D4C3F;
}
</style>