#504F47

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

Shades of Merlin #504F47

Tints of Merlin #504F47

Color information

#504F47 (or 0x504F47) is unknown color: approx Merlin. HEX triplet: 50, 4F and 47. RGB value is (80,79,71). Sum of RGB (Red+Green+Blue) = 80+79+71=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #504F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F47 is #AFB0B8. Grayscale: #4E4E4E. Windows color (decimal): -11514041 or 4673360. OLE color: 4673360.

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

Color convert

RGB807971-
CMYK00.010.110.69
HSL53.33º5.96%29.61%-
HSV(B)53.33º11.25%31.37%-
XYZ7.247.757.08-
YUV78.39123.83129.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=34.78%
G=34.35%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80797100.010.110.6953.335.9629.61
Hex504F4701B453561e
Octal120117107011310565636
Binary101000010011111000111011011100010111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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