Html Css Color HEX #4D4840 Mondo

📋 copy color: '#4D4840'

red 77 ◦ green 72 ◦ blue 64

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

Shades of Mondo #4D4840

Tints of Mondo #4D4840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 36.15%
G = 33.8%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4840 (or 0x4D4840) is known color: Mondo. HEX triplet: 4D, 48 and 40. RGB value is (77,72,64). Sum of RGB (Red+Green+Blue) = 77+72+64=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4840 is #B2B7BF. Grayscale: #484848. Windows color (decimal): -11712448 or 4212813. OLE color: 4212813.

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

Color convert

RGB 77 72 64 -
CMYK 0 0.06 0.17 0.70
HSL 36.92º 0.09% 0.28% -
HSV(B) 36.92º 0.17% 0.3% -
XYZ 6.3 6.58 5.79 -
YUV 72.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 77 72 64 0 0.06 0.17 0.70 36.92 0.09 0.28
Hex 4D 48 40 0 6 11 46 25 9 1C
Octal 115 110 100 0 6 21 106 45 11 34
Binary 1001101 1001000 1000000 0 110 10001 1000110 100101 1001 11100

Color Harmonies of #4D4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4840

Black with #4D4840

Text Example


Text Example

White with #4D4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,64); }

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

background-color css

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

 a { background-color: rgb(77,72,64); }

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

border-color css

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

 span { border-color: rgb(77,72,64); }

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