Html Css Color HEX #4D4942 Mondo

📋 copy color: '#4D4942'

red 77 ◦ green 73 ◦ blue 66

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

Shades of Mondo #4D4942

Tints of Mondo #4D4942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 35.65%
G = 33.8%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D4942 (or 0x4D4942) is known color: Mondo. HEX triplet: 4D, 49 and 42. RGB value is (77,73,66). Sum of RGB (Red+Green+Blue) = 77+73+66=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4942 is #B2B6BD. Grayscale: #494949. Windows color (decimal): -11712190 or 4344141. OLE color: 4344141.

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

Color convert

RGB 77 73 66 -
CMYK 0 0.05 0.14 0.70
HSL 38.18º 0.08% 0.28% -
HSV(B) 38.18º 0.14% 0.3% -
XYZ 6.43 6.74 6.12 -
YUV 73.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 77 73 66 0 0.05 0.14 0.70 38.18 0.08 0.28
Hex 4D 49 42 0 5 E 46 26 8 1C
Octal 115 111 102 0 5 16 106 46 10 34
Binary 1001101 1001001 1000010 0 101 1110 1000110 100110 1000 11100

Color Harmonies of #4D4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4942

Black with #4D4942

Text Example


Text Example

White with #4D4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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