Shades of Merlin #504F44
Tints of Merlin #504F44
RGB
CMYK
RGB Variations
Color information
#504F44 (or 0x504F44) is known color: Merlin. HEX triplet: 50, 4F and 44. RGB value is (80,79,68). Sum of RGB (Red+Green+Blue) = 80+79+68=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #504F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F44 is #AFB0BB. Grayscale: #4E4E4E. Windows color (decimal): -11514044 or 4476752. OLE color: 4476752.
HSL color Cylindrical-coordinate representation of color #504F44: hue angle of 55º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504F44 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 68 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.69 |
| HSL | 55º | 0.08% | 0.29% | - |
| HSV(B) | 55º | 0.15% | 0.31% | - |
| XYZ | 7.15 | 7.71 | 6.58 | - |
| YUV | 78.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 68 | 0 | 0.01 | 0.15 | 0.69 | 55 | 0.08 | 0.29 |
| Hex | 50 | 4F | 44 | 0 | 1 | F | 45 | 37 | 8 | 1D |
| Octal | 120 | 117 | 104 | 0 | 1 | 17 | 105 | 67 | 10 | 35 |
| Binary | 1010000 | 1001111 | 1000100 | 0 | 1 | 1111 | 1000101 | 110111 | 1000 | 11101 |
Color Harmonies of #504F44
Complementary color
Monochromatic Colors of #504F44
Black with #504F44
Text Example
Text Example
White with #504F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F44; }
p { color: rgb(80,79,68); }
H1.HeaderClassName
{
color: #504F44;
}
.AnyTagClassName
{
color: #504F44;
}
</style>
background-color css
<style>
a { background-color: #504F44; }
a { background-color: rgb(80,79,68); }
div.DivClassName
{
background-color: #504F44;
}
.BgClassName
{
background-color: #504F44;
}
</style>
border-color css
<style>
span { border-color: #504F44; }
span { border-color: rgb(80,79,68); }
td.TdClassName
{
border-color: #504F44;
}
.TagClassName
{
border-color: #504F44;
}
</style>