#545247

Color #545247 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #545247

Tints of Merlin #545247

Color information

#545247 (or 0x545247) is unknown color: approx Merlin. HEX triplet: 54, 52 and 47. RGB value is (84,82,71). Sum of RGB (Red+Green+Blue) = 84+82+71=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #545247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545247 is #ABADB8. Grayscale: #515151. Windows color (decimal): -11251129 or 4674132. OLE color: 4674132.

HSL color Cylindrical-coordinate representation of color #545247: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545247 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB848271-
CMYK00.020.150.67
HSL50.77º8.39%30.39%-
HSV(B)50.77º15.48%32.94%-
XYZ7.818.377.17-
YUV81.34122.16129.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=35.44%
G=34.60%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84827100.020.150.6750.778.3930.39
Hex54524702F433381e
Octal1241221070217103631036
Binary10101001010010100011101011111000011110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545247; }

 p { color: rgb(84,82,71); }

 H1.HeaderClassName
 {
   color: #545247;
 }
 .AnyTagClassName
 {
   color: #545247;
 }
</style>
background-color css

<style>
 a { background-color: #545247; }

 a { background-color: rgb(84,82,71); }

 div.DivClassName
 {
   background-color: #545247;
 }
 .BgClassName
 {
   background-color: #545247;
 }
</style>
border-color css

<style>
 span { border-color: #545247; }

 span { border-color: rgb(84,82,71); }

 td.TdClassName
 {
   border-color: #545247;
 }
 .TagClassName
 {
   border-color: #545247;
 }
</style>