Html Css Color HEX #4D4945 Mondo

📋 copy color: '#4D4945'

red 77 ◦ green 73 ◦ blue 69

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

Shades of Mondo #4D4945

Tints of Mondo #4D4945

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 value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#4D4945 (or 0x4D4945) is known color: 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

RGB 77 73 69 -
CMYK 0 0.05 0.10 0.70
HSL 30º 0.05% 0.29% -
HSV(B) 30º 0.1% 0.3% -
XYZ 6.52 6.77 6.59 -
YUV 73.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 77 73 69 0 0.05 0.10 0.70 30 0.05 0.29
Hex 4D 49 45 0 5 A 46 1E 5 1D
Octal 115 111 105 0 5 12 106 36 5 35
Binary 1001101 1001001 1000101 0 101 1010 1000110 11110 101 11101

Color Harmonies of #4D4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4945

Black with #4D4945

Text Example


Text Example

White with #4D4945

Text Example


Text Example

HTML Codes & Css Web 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>