#504F40

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

Shades of Merlin #504F40

Tints of Merlin #504F40

Color information

#504F40 (or 0x504F40) is unknown color: approx Merlin. HEX triplet: 50, 4F and 40. RGB value is (80,79,64). Sum of RGB (Red+Green+Blue) = 80+79+64=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F40 is #AFB0BF. Grayscale: #4D4D4D. Windows color (decimal): -11514048 or 4214608. OLE color: 4214608.

HSL color Cylindrical-coordinate representation of color #504F40: hue angle of 56.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504F40 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB807964-
CMYK00.010.200.69
HSL56.25º11.11%28.24%-
HSV(B)56.25º20%31.37%-
XYZ7.037.675.96-
YUV77.59120.33129.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=35.87%
G=35.43%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80796400.010.200.6956.2511.1128.24
Hex504F4001144538b1c
Octal1201171000124105701334
Binary10100001001111100000001101001000101111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504F40; }

 p { color: rgb(80,79,64); }

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

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

 a { background-color: rgb(80,79,64); }

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

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

 span { border-color: rgb(80,79,64); }

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