#4D4945

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

Shades of Mondo #4D4945

Tints of Mondo #4D4945

Color information

#4D4945 (or 0x4D4945) is unknown color: approx Mondo. HEX triplet: 4D, 49 and 45. RGB value is (77,73,69). Sum of RGB (Red+Green+Blue) = 77+73+69=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4945 is #B2B6BA. Grayscale: #494949. Windows color (decimal): -11712187 or 4540749. OLE color: 4540749.

HSL color Cylindrical-coordinate representation of color #4D4945: hue angle of 30º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D4945 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB777369-
CMYK00.050.100.70
HSL30º5.48%28.63%-
HSV(B)30º10.39%30.2%-
XYZ6.526.776.59-
YUV73.74125.33130.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=35.16%
G=33.33%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77736900.050.100.70305.4828.63
Hex4D494505A461e51d
Octal115111105051210636535
Binary1001101100100110001010101101010001101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4945; }

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

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

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

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

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

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

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

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