Html Css Color HEX #4D4941 Mondo

📋 copy color: '#4D4941'

red 77 ◦ green 73 ◦ blue 65

#4D4941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mondo #4D4941

Tints of Mondo #4D4941

RGB

 RED value IS 77 (30.47% from 255) = 35.81%

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 35.81%
G = 33.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D4941 (or 0x4D4941) is known color: Mondo. HEX triplet: 4D, 49 and 41. RGB value is (77,73,65). Sum of RGB (Red+Green+Blue) = 77+73+65=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4941 is #B2B6BE. Grayscale: #494949. Windows color (decimal): -11712191 or 4278605. OLE color: 4278605.

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

Color convert

RGB 77 73 65 -
CMYK 0 0.05 0.16 0.70
HSL 40º 0.08% 0.28% -
HSV(B) 40º 0.16% 0.3% -
XYZ 6.4 6.72 5.96 -
YUV 73.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 77 73 65 0 0.05 0.16 0.70 40 0.08 0.28
Hex 4D 49 41 0 5 10 46 28 8 1C
Octal 115 111 101 0 5 20 106 50 10 34
Binary 1001101 1001001 1000001 0 101 10000 1000110 101000 1000 11100

Color Harmonies of #4D4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4941

Black with #4D4941

Text Example


Text Example

White with #4D4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4941;
 }
 .AnyTagClassName
 {
   color: #4D4941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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