Shades of Merlin #504E40
Tints of Merlin #504E40
RGB
CMYK
RGB Variations
Color information
#504E40 (or 0x504E40) is known color: Merlin. HEX triplet: 50, 4E and 40. RGB value is (80,78,64). Sum of RGB (Red+Green+Blue) = 80+78+64=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E40 is #AFB1BF. Grayscale: #4D4D4D. Windows color (decimal): -11514304 or 4214352. OLE color: 4214352.
HSL color Cylindrical-coordinate representation of color #504E40: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504E40 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 64 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.69 |
| HSL | 52.5º | 0.11% | 0.28% | - |
| HSV(B) | 52.5º | 0.2% | 0.31% | - |
| XYZ | 6.96 | 7.52 | 5.94 | - |
| YUV | 77 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 64 | 0 | 0.02 | 0.20 | 0.69 | 52.5 | 0.11 | 0.28 |
| Hex | 50 | 4E | 40 | 0 | 2 | 14 | 45 | 34 | B | 1C |
| Octal | 120 | 116 | 100 | 0 | 2 | 24 | 105 | 64 | 13 | 34 |
| Binary | 1010000 | 1001110 | 1000000 | 0 | 10 | 10100 | 1000101 | 110100 | 1011 | 11100 |
Color Harmonies of #504E40
Complementary color
Monochromatic Colors of #504E40
Black with #504E40
Text Example
Text Example
White with #504E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E40; }
p { color: rgb(80,78,64); }
H1.HeaderClassName
{
color: #504E40;
}
.AnyTagClassName
{
color: #504E40;
}
</style>
background-color css
<style>
a { background-color: #504E40; }
a { background-color: rgb(80,78,64); }
div.DivClassName
{
background-color: #504E40;
}
.BgClassName
{
background-color: #504E40;
}
</style>
border-color css
<style>
span { border-color: #504E40; }
span { border-color: rgb(80,78,64); }
td.TdClassName
{
border-color: #504E40;
}
.TagClassName
{
border-color: #504E40;
}
</style>