Shades of Merlin #4C4B3F
Tints of Merlin #4C4B3F
RGB
CMYK
RGB Variations
Color information
#4C4B3F (or 0x4C4B3F) is known color: Merlin. HEX triplet: 4C, 4B and 3F. RGB value is (76,75,63). Sum of RGB (Red+Green+Blue) = 76+75+63=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B3F is #B3B4C0. Grayscale: #494949. Windows color (decimal): -11777217 or 4148044. OLE color: 4148044.
HSL color Cylindrical-coordinate representation of color #4C4B3F: hue angle of 55.38º 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 #4C4B3F is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 63 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.70 |
| HSL | 55.38º | 0.09% | 0.27% | - |
| HSV(B) | 55.38º | 0.17% | 0.3% | - |
| XYZ | 6.39 | 6.93 | 5.7 | - |
| YUV | 73.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 63 | 0 | 0.01 | 0.17 | 0.70 | 55.38 | 0.09 | 0.27 |
| Hex | 4C | 4B | 3F | 0 | 1 | 11 | 46 | 37 | 9 | 1B |
| Octal | 114 | 113 | 77 | 0 | 1 | 21 | 106 | 67 | 11 | 33 |
| Binary | 1001100 | 1001011 | 111111 | 0 | 1 | 10001 | 1000110 | 110111 | 1001 | 11011 |
Color Harmonies of #4C4B3F
Complementary color
Monochromatic Colors of #4C4B3F
Black with #4C4B3F
Text Example
Text Example
White with #4C4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B3F; }
p { color: rgb(76,75,63); }
H1.HeaderClassName
{
color: #4C4B3F;
}
.AnyTagClassName
{
color: #4C4B3F;
}
</style>
background-color css
<style>
a { background-color: #4C4B3F; }
a { background-color: rgb(76,75,63); }
div.DivClassName
{
background-color: #4C4B3F;
}
.BgClassName
{
background-color: #4C4B3F;
}
</style>
border-color css
<style>
span { border-color: #4C4B3F; }
span { border-color: rgb(76,75,63); }
td.TdClassName
{
border-color: #4C4B3F;
}
.TagClassName
{
border-color: #4C4B3F;
}
</style>