#504D49

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

Shades of Mondo #504D49

Tints of Mondo #504D49

Color information

#504D49 (or 0x504D49) is unknown color: approx Mondo. HEX triplet: 50, 4D and 49. RGB value is (80,77,73). Sum of RGB (Red+Green+Blue) = 80+77+73=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #504D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D49 is #AFB2B6. Grayscale: #4D4D4D. Windows color (decimal): -11514551 or 4803920. OLE color: 4803920.

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

Color convert

RGB807773-
CMYK00.040.090.69
HSL34.29º4.58%30%-
HSV(B)34.29º8.75%31.37%-
XYZ7.167.497.37-
YUV77.44125.49129.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=34.78%
G=33.48%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80777300.040.090.6934.294.5830
Hex504D49049452251e
Octal120115111041110542536
Binary10100001001101100100101001001100010110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,73); }

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

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

 a { background-color: rgb(80,77,73); }

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

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

 span { border-color: rgb(80,77,73); }

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