#545345

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

Shades of Merlin #545345

Tints of Merlin #545345

Color information

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

RGB848369-
CMYK00.010.180.67
HSL56º9.8%30%-
HSV(B)56º17.86%32.94%-
XYZ7.828.56.86-
YUV81.7120.83129.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=35.59%
G=35.17%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84836900.010.180.67569.830
Hex54534501124338a1e
Octal1241231050122103701236
Binary10101001010011100010101100101000011111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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