#545349

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

Shades of Merlin #545349

Tints of Merlin #545349

Color information

#545349 (or 0x545349) is unknown color: approx 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

RGB848373-
CMYK00.010.130.67
HSL54.55º7.01%30.78%-
HSV(B)54.55º13.1%32.94%-
XYZ7.958.557.53-
YUV82.16122.83129.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=35%
G=34.58%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84837300.010.130.6754.557.0130.78
Hex54534901D433771f
Octal124123111011510367737
Binary101010010100111001001011101100001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>