Shades of Merlin #545345
Tints of Merlin #545345
RGB
CMYK
RGB Variations
Color information
#545345 (or 0x545345) is known color: Merlin. HEX triplet: 54, 53 and 45. RGB value is (84,83,69). Sum of RGB (Red+Green+Blue) = 84+83+69=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #545345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545345 is #ABACBA. Grayscale: #515151. Windows color (decimal): -11250875 or 4543316. OLE color: 4543316.
HSL color Cylindrical-coordinate representation of color #545345: hue angle of 56º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545345 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 69 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.67 |
| HSL | 56º | 0.1% | 0.3% | - |
| HSV(B) | 56º | 0.18% | 0.33% | - |
| XYZ | 7.82 | 8.5 | 6.86 | - |
| YUV | 81.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 69 | 0 | 0.01 | 0.18 | 0.67 | 56 | 0.1 | 0.3 |
| Hex | 54 | 53 | 45 | 0 | 1 | 12 | 43 | 38 | A | 1E |
| Octal | 124 | 123 | 105 | 0 | 1 | 22 | 103 | 70 | 12 | 36 |
| Binary | 1010100 | 1010011 | 1000101 | 0 | 1 | 10010 | 1000011 | 111000 | 1010 | 11110 |
Color Harmonies of #545345
Complementary color
Monochromatic Colors of #545345
Black with #545345
Text Example
Text Example
White with #545345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545345; }
p { color: rgb(84,83,69); }
H1.HeaderClassName
{
color: #545345;
}
.AnyTagClassName
{
color: #545345;
}
</style>
background-color css
<style>
a { background-color: #545345; }
a { background-color: rgb(84,83,69); }
div.DivClassName
{
background-color: #545345;
}
.BgClassName
{
background-color: #545345;
}
</style>
border-color css
<style>
span { border-color: #545345; }
span { border-color: rgb(84,83,69); }
td.TdClassName
{
border-color: #545345;
}
.TagClassName
{
border-color: #545345;
}
</style>