Shades of Merlin #48473E
Tints of Merlin #48473E
RGB
CMYK
RGB Variations
Color information
#48473E (or 0x48473E) is known color: Merlin. HEX triplet: 48, 47 and 3E. RGB value is (72,71,62). Sum of RGB (Red+Green+Blue) = 72+71+62=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 72 - color contains mainly: red. Hex color #48473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473E is #B7B8C1. Grayscale: #464646. Windows color (decimal): -12040386 or 4081480. OLE color: 4081480.
HSL color Cylindrical-coordinate representation of color #48473E: hue angle of 54º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48473E is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 62 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.72 |
| HSL | 54º | 0.07% | 0.26% | - |
| HSV(B) | 54º | 0.14% | 0.28% | - |
| XYZ | 5.8 | 6.23 | 5.45 | - |
| YUV | 70.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 62 | 0 | 0.01 | 0.14 | 0.72 | 54 | 0.07 | 0.26 |
| Hex | 48 | 47 | 3E | 0 | 1 | E | 48 | 36 | 7 | 1A |
| Octal | 110 | 107 | 76 | 0 | 1 | 16 | 110 | 66 | 7 | 32 |
| Binary | 1001000 | 1000111 | 111110 | 0 | 1 | 1110 | 1001000 | 110110 | 111 | 11010 |
Color Harmonies of #48473E
Complementary color
Monochromatic Colors of #48473E
Black with #48473E
Text Example
Text Example
White with #48473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48473E; }
p { color: rgb(72,71,62); }
H1.HeaderClassName
{
color: #48473E;
}
.AnyTagClassName
{
color: #48473E;
}
</style>
background-color css
<style>
a { background-color: #48473E; }
a { background-color: rgb(72,71,62); }
div.DivClassName
{
background-color: #48473E;
}
.BgClassName
{
background-color: #48473E;
}
</style>
border-color css
<style>
span { border-color: #48473E; }
span { border-color: rgb(72,71,62); }
td.TdClassName
{
border-color: #48473E;
}
.TagClassName
{
border-color: #48473E;
}
</style>