#504942

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

Shades of Mondo #504942

Tints of Mondo #504942

Color information

#504942 (or 0x504942) is unknown color: approx Mondo. HEX triplet: 50, 49 and 42. RGB value is (80,73,66). Sum of RGB (Red+Green+Blue) = 80+73+66=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504942 is #AFB6BD. Grayscale: #4A4A4A. Windows color (decimal): -11515582 or 4344144. OLE color: 4344144.

HSL color Cylindrical-coordinate representation of color #504942: hue angle of 30º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #504942 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB807366-
CMYK00.090.170.69
HSL30º9.59%28.63%-
HSV(B)30º17.5%31.37%-
XYZ6.676.866.13-
YUV74.3123.32132.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=36.53%
G=33.33%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80736600.090.170.69309.5928.63
Hex5049420911451ea1d
Octal12011110201121105361235
Binary1010000100100110000100100110001100010111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504942; }

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

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

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

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

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

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

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

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