#545346

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

Shades of Merlin #545346

Tints of Merlin #545346

Color information

#545346 (or 0x545346) is unknown color: approx Merlin. HEX triplet: 54, 53 and 46. RGB value is (84,83,70). Sum of RGB (Red+Green+Blue) = 84+83+70=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #545346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545346 is #ABACB9. Grayscale: #515151. Windows color (decimal): -11250874 or 4608852. OLE color: 4608852.

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

Color convert

RGB848370-
CMYK00.010.170.67
HSL55.71º9.09%30.2%-
HSV(B)55.71º16.67%32.94%-
XYZ7.858.517.02-
YUV81.82121.33129.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=35.44%
G=35.02%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84837000.010.170.6755.719.0930.2
Hex5453460111433891e
Octal1241231060121103701136
Binary10101001010011100011001100011000011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545346; }

 p { color: rgb(84,83,70); }

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

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

 a { background-color: rgb(84,83,70); }

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

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

 span { border-color: rgb(84,83,70); }

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