Shades of Merlin #545243
Tints of Merlin #545243
RGB
CMYK
RGB Variations
Color information
#545243 (or 0x545243) is known color: Merlin. HEX triplet: 54, 52 and 43. RGB value is (84,82,67). Sum of RGB (Red+Green+Blue) = 84+82+67=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #545243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545243 is #ABADBC. Grayscale: #505050. Windows color (decimal): -11251133 or 4411988. OLE color: 4411988.
HSL color Cylindrical-coordinate representation of color #545243: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545243 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 67 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.67 |
| HSL | 52.94º | 0.11% | 0.3% | - |
| HSV(B) | 52.94º | 0.2% | 0.33% | - |
| XYZ | 7.69 | 8.32 | 6.51 | - |
| YUV | 80.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 67 | 0 | 0.02 | 0.20 | 0.67 | 52.94 | 0.11 | 0.3 |
| Hex | 54 | 52 | 43 | 0 | 2 | 14 | 43 | 35 | B | 1E |
| Octal | 124 | 122 | 103 | 0 | 2 | 24 | 103 | 65 | 13 | 36 |
| Binary | 1010100 | 1010010 | 1000011 | 0 | 10 | 10100 | 1000011 | 110101 | 1011 | 11110 |
Color Harmonies of #545243
Complementary color
Monochromatic Colors of #545243
Black with #545243
Text Example
Text Example
White with #545243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545243; }
p { color: rgb(84,82,67); }
H1.HeaderClassName
{
color: #545243;
}
.AnyTagClassName
{
color: #545243;
}
</style>
background-color css
<style>
a { background-color: #545243; }
a { background-color: rgb(84,82,67); }
div.DivClassName
{
background-color: #545243;
}
.BgClassName
{
background-color: #545243;
}
</style>
border-color css
<style>
span { border-color: #545243; }
span { border-color: rgb(84,82,67); }
td.TdClassName
{
border-color: #545243;
}
.TagClassName
{
border-color: #545243;
}
</style>