#504E40

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

Shades of Merlin #504E40

Tints of Merlin #504E40

Color information

#504E40 (or 0x504E40) is unknown color: approx Merlin. HEX triplet: 50, 4E and 40. RGB value is (80,78,64). Sum of RGB (Red+Green+Blue) = 80+78+64=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E40 is #AFB1BF. Grayscale: #4D4D4D. Windows color (decimal): -11514304 or 4214352. OLE color: 4214352.

HSL color Cylindrical-coordinate representation of color #504E40: hue angle of 52.5º 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 #504E40 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB807864-
CMYK00.020.200.69
HSL52.5º11.11%28.24%-
HSV(B)52.5º20%31.37%-
XYZ6.967.525.94-
YUV77120.66130.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=36.04%
G=35.14%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80786400.020.200.6952.511.1128.24
Hex504E4002144534b1c
Octal1201161000224105641334
Binary101000010011101000000010101001000101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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