Shades of Merlin #545344
Tints of Merlin #545344
RGB
CMYK
RGB Variations
Color information
#545344 (or 0x545344) is known color: Merlin. HEX triplet: 54, 53 and 44. RGB value is (84,83,68). Sum of RGB (Red+Green+Blue) = 84+83+68=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #545344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545344 is #ABACBB. Grayscale: #515151. Windows color (decimal): -11250876 or 4477780. OLE color: 4477780.
HSL color Cylindrical-coordinate representation of color #545344: hue angle of 56.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545344 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 68 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.67 |
| HSL | 56.25º | 0.11% | 0.3% | - |
| HSV(B) | 56.25º | 0.19% | 0.33% | - |
| XYZ | 7.79 | 8.49 | 6.7 | - |
| YUV | 81.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 68 | 0 | 0.01 | 0.19 | 0.67 | 56.25 | 0.11 | 0.3 |
| Hex | 54 | 53 | 44 | 0 | 1 | 13 | 43 | 38 | B | 1E |
| Octal | 124 | 123 | 104 | 0 | 1 | 23 | 103 | 70 | 13 | 36 |
| Binary | 1010100 | 1010011 | 1000100 | 0 | 1 | 10011 | 1000011 | 111000 | 1011 | 11110 |
Color Harmonies of #545344
Complementary color
Monochromatic Colors of #545344
Black with #545344
Text Example
Text Example
White with #545344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545344; }
p { color: rgb(84,83,68); }
H1.HeaderClassName
{
color: #545344;
}
.AnyTagClassName
{
color: #545344;
}
</style>
background-color css
<style>
a { background-color: #545344; }
a { background-color: rgb(84,83,68); }
div.DivClassName
{
background-color: #545344;
}
.BgClassName
{
background-color: #545344;
}
</style>
border-color css
<style>
span { border-color: #545344; }
span { border-color: rgb(84,83,68); }
td.TdClassName
{
border-color: #545344;
}
.TagClassName
{
border-color: #545344;
}
</style>