Shades of Merlin #4D4B40
Tints of Merlin #4D4B40
RGB
CMYK
RGB Variations
Color information
#4D4B40 (or 0x4D4B40) is known color: Merlin. HEX triplet: 4D, 4B and 40. RGB value is (77,75,64). Sum of RGB (Red+Green+Blue) = 77+75+64=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B40 is #B2B4BF. Grayscale: #4A4A4A. Windows color (decimal): -11711680 or 4213581. OLE color: 4213581.
HSL color Cylindrical-coordinate representation of color #4D4B40: hue angle of 50.77º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4B40 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 64 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.70 |
| HSL | 50.77º | 0.09% | 0.28% | - |
| HSV(B) | 50.77º | 0.17% | 0.3% | - |
| XYZ | 6.5 | 6.98 | 5.86 | - |
| YUV | 74.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 64 | 0 | 0.03 | 0.17 | 0.70 | 50.77 | 0.09 | 0.28 |
| Hex | 4D | 4B | 40 | 0 | 3 | 11 | 46 | 33 | 9 | 1C |
| Octal | 115 | 113 | 100 | 0 | 3 | 21 | 106 | 63 | 11 | 34 |
| Binary | 1001101 | 1001011 | 1000000 | 0 | 11 | 10001 | 1000110 | 110011 | 1001 | 11100 |
Color Harmonies of #4D4B40
Complementary color
Monochromatic Colors of #4D4B40
Black with #4D4B40
Text Example
Text Example
White with #4D4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B40; }
p { color: rgb(77,75,64); }
H1.HeaderClassName
{
color: #4D4B40;
}
.AnyTagClassName
{
color: #4D4B40;
}
</style>
background-color css
<style>
a { background-color: #4D4B40; }
a { background-color: rgb(77,75,64); }
div.DivClassName
{
background-color: #4D4B40;
}
.BgClassName
{
background-color: #4D4B40;
}
</style>
border-color css
<style>
span { border-color: #4D4B40; }
span { border-color: rgb(77,75,64); }
td.TdClassName
{
border-color: #4D4B40;
}
.TagClassName
{
border-color: #4D4B40;
}
</style>