#504E45

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

Shades of Merlin #504E45

Tints of Merlin #504E45

Color information

#504E45 (or 0x504E45) is unknown color: approx Merlin. HEX triplet: 50, 4E and 45. RGB value is (80,78,69). Sum of RGB (Red+Green+Blue) = 80+78+69=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #504E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E45 is #AFB1BA. Grayscale: #4D4D4D. Windows color (decimal): -11514299 or 4542032. OLE color: 4542032.

HSL color Cylindrical-coordinate representation of color #504E45: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504E45 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB807869-
CMYK00.020.140.69
HSL49.09º7.38%29.22%-
HSV(B)49.09º13.75%31.37%-
XYZ7.117.586.72-
YUV77.57123.16129.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=35.24%
G=34.36%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80786900.020.140.6949.097.3829.22
Hex504E4502E453171d
Octal120116105021610561735
Binary1010000100111010001010101110100010111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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