#504F41

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

Shades of Merlin #504F41

Tints of Merlin #504F41

Color information

#504F41 (or 0x504F41) is unknown color: approx Merlin. HEX triplet: 50, 4F and 41. RGB value is (80,79,65). Sum of RGB (Red+Green+Blue) = 80+79+65=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F41 is #AFB0BE. Grayscale: #4D4D4D. Windows color (decimal): -11514047 or 4280144. OLE color: 4280144.

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

Color convert

RGB807965-
CMYK00.010.190.69
HSL56º10.34%28.43%-
HSV(B)56º18.75%31.37%-
XYZ7.067.686.11-
YUV77.7120.83129.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=35.71%
G=35.27%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80796500.010.190.695610.3428.43
Hex504F4101134538a1c
Octal1201171010123105701234
Binary10100001001111100000101100111000101111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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