Shades of Merlin #545349
Tints of Merlin #545349
RGB
CMYK
RGB Variations
Color information
#545349 (or 0x545349) is known color: Merlin. HEX triplet: 54, 53 and 49. RGB value is (84,83,73). Sum of RGB (Red+Green+Blue) = 84+83+73=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #545349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545349 is #ABACB6. Grayscale: #525252. Windows color (decimal): -11250871 or 4805460. OLE color: 4805460.
HSL color Cylindrical-coordinate representation of color #545349: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545349 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 73 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.67 |
| HSL | 54.55º | 0.07% | 0.31% | - |
| HSV(B) | 54.55º | 0.13% | 0.33% | - |
| XYZ | 7.95 | 8.55 | 7.53 | - |
| YUV | 82.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 73 | 0 | 0.01 | 0.13 | 0.67 | 54.55 | 0.07 | 0.31 |
| Hex | 54 | 53 | 49 | 0 | 1 | D | 43 | 37 | 7 | 1F |
| Octal | 124 | 123 | 111 | 0 | 1 | 15 | 103 | 67 | 7 | 37 |
| Binary | 1010100 | 1010011 | 1001001 | 0 | 1 | 1101 | 1000011 | 110111 | 111 | 11111 |
Color Harmonies of #545349
Complementary color
Monochromatic Colors of #545349
Black with #545349
Text Example
Text Example
White with #545349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545349; }
p { color: rgb(84,83,73); }
H1.HeaderClassName
{
color: #545349;
}
.AnyTagClassName
{
color: #545349;
}
</style>
background-color css
<style>
a { background-color: #545349; }
a { background-color: rgb(84,83,73); }
div.DivClassName
{
background-color: #545349;
}
.BgClassName
{
background-color: #545349;
}
</style>
border-color css
<style>
span { border-color: #545349; }
span { border-color: rgb(84,83,73); }
td.TdClassName
{
border-color: #545349;
}
.TagClassName
{
border-color: #545349;
}
</style>