Shades of Merlin #545245
Tints of Merlin #545245
RGB
CMYK
RGB Variations
Color information
#545245 (or 0x545245) is known color: Merlin. HEX triplet: 54, 52 and 45. RGB value is (84,82,69). Sum of RGB (Red+Green+Blue) = 84+82+69=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #545245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545245 is #ABADBA. Grayscale: #515151. Windows color (decimal): -11251131 or 4543060. OLE color: 4543060.
HSL color Cylindrical-coordinate representation of color #545245: hue angle of 52º 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 #545245 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 69 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.67 |
| HSL | 52º | 0.1% | 0.3% | - |
| HSV(B) | 52º | 0.18% | 0.33% | - |
| XYZ | 7.75 | 8.35 | 6.83 | - |
| YUV | 81.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 69 | 0 | 0.02 | 0.18 | 0.67 | 52 | 0.1 | 0.3 |
| Hex | 54 | 52 | 45 | 0 | 2 | 12 | 43 | 34 | A | 1E |
| Octal | 124 | 122 | 105 | 0 | 2 | 22 | 103 | 64 | 12 | 36 |
| Binary | 1010100 | 1010010 | 1000101 | 0 | 10 | 10010 | 1000011 | 110100 | 1010 | 11110 |
Color Harmonies of #545245
Complementary color
Monochromatic Colors of #545245
Black with #545245
Text Example
Text Example
White with #545245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545245; }
p { color: rgb(84,82,69); }
H1.HeaderClassName
{
color: #545245;
}
.AnyTagClassName
{
color: #545245;
}
</style>
background-color css
<style>
a { background-color: #545245; }
a { background-color: rgb(84,82,69); }
div.DivClassName
{
background-color: #545245;
}
.BgClassName
{
background-color: #545245;
}
</style>
border-color css
<style>
span { border-color: #545245; }
span { border-color: rgb(84,82,69); }
td.TdClassName
{
border-color: #545245;
}
.TagClassName
{
border-color: #545245;
}
</style>