#54534A

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

Shades of Merlin #54534A

Tints of Merlin #54534A

Color information

#54534A (or 0x54534A) is unknown color: approx Merlin. HEX triplet: 54, 53 and 4A. RGB value is (84,83,74). Sum of RGB (Red+Green+Blue) = 84+83+74=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #54534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54534A is #ABACB5. Grayscale: #525252. Windows color (decimal): -11250870 or 4870996. OLE color: 4870996.

HSL color Cylindrical-coordinate representation of color #54534A: hue angle of 54º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54534A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB848374-
CMYK00.010.120.67
HSL54º6.33%30.98%-
HSV(B)54º11.9%32.94%-
XYZ7.998.577.71-
YUV82.27123.33129.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=34.85%
G=34.44%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84837400.010.120.67546.3330.98
Hex54534A01C433661f
Octal124123112011410366637
Binary101010010100111001010011100100001111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54534A; }

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

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

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

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

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

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

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

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