Shades of Merlin #4C4A3F
Tints of Merlin #4C4A3F
RGB
CMYK
RGB Variations
Color information
#4C4A3F (or 0x4C4A3F) is known color: Merlin. HEX triplet: 4C, 4A and 3F. RGB value is (76,74,63). Sum of RGB (Red+Green+Blue) = 76+74+63=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A3F is #B3B5C0. Grayscale: #494949. Windows color (decimal): -11777473 or 4147788. OLE color: 4147788.
HSL color Cylindrical-coordinate representation of color #4C4A3F: hue angle of 50.77º 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 #4C4A3F is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 63 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.70 |
| HSL | 50.77º | 0.09% | 0.27% | - |
| HSV(B) | 50.77º | 0.17% | 0.3% | - |
| XYZ | 6.33 | 6.79 | 5.68 | - |
| YUV | 73.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 63 | 0 | 0.03 | 0.17 | 0.70 | 50.77 | 0.09 | 0.27 |
| Hex | 4C | 4A | 3F | 0 | 3 | 11 | 46 | 33 | 9 | 1B |
| Octal | 114 | 112 | 77 | 0 | 3 | 21 | 106 | 63 | 11 | 33 |
| Binary | 1001100 | 1001010 | 111111 | 0 | 11 | 10001 | 1000110 | 110011 | 1001 | 11011 |
Color Harmonies of #4C4A3F
Complementary color
Monochromatic Colors of #4C4A3F
Black with #4C4A3F
Text Example
Text Example
White with #4C4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A3F; }
p { color: rgb(76,74,63); }
H1.HeaderClassName
{
color: #4C4A3F;
}
.AnyTagClassName
{
color: #4C4A3F;
}
</style>
background-color css
<style>
a { background-color: #4C4A3F; }
a { background-color: rgb(76,74,63); }
div.DivClassName
{
background-color: #4C4A3F;
}
.BgClassName
{
background-color: #4C4A3F;
}
</style>
border-color css
<style>
span { border-color: #4C4A3F; }
span { border-color: rgb(76,74,63); }
td.TdClassName
{
border-color: #4C4A3F;
}
.TagClassName
{
border-color: #4C4A3F;
}
</style>