Shades of Mondo #4D4944
Tints of Mondo #4D4944
RGB
CMYK
RGB Variations
Color information
#4D4944 (or 0x4D4944) is known color: Mondo. HEX triplet: 4D, 49 and 44. RGB value is (77,73,68). Sum of RGB (Red+Green+Blue) = 77+73+68=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4944 is #B2B6BB. Grayscale: #494949. Windows color (decimal): -11712188 or 4475213. OLE color: 4475213.
HSL color Cylindrical-coordinate representation of color #4D4944: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4944 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 68 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.70 |
| HSL | 33.33º | 0.06% | 0.28% | - |
| HSV(B) | 33.33º | 0.12% | 0.3% | - |
| XYZ | 6.49 | 6.76 | 6.43 | - |
| YUV | 73.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 68 | 0 | 0.05 | 0.12 | 0.70 | 33.33 | 0.06 | 0.28 |
| Hex | 4D | 49 | 44 | 0 | 5 | C | 46 | 21 | 6 | 1C |
| Octal | 115 | 111 | 104 | 0 | 5 | 14 | 106 | 41 | 6 | 34 |
| Binary | 1001101 | 1001001 | 1000100 | 0 | 101 | 1100 | 1000110 | 100001 | 110 | 11100 |
Color Harmonies of #4D4944
Complementary color
Monochromatic Colors of #4D4944
Black with #4D4944
Text Example
Text Example
White with #4D4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4944; }
p { color: rgb(77,73,68); }
H1.HeaderClassName
{
color: #4D4944;
}
.AnyTagClassName
{
color: #4D4944;
}
</style>
background-color css
<style>
a { background-color: #4D4944; }
a { background-color: rgb(77,73,68); }
div.DivClassName
{
background-color: #4D4944;
}
.BgClassName
{
background-color: #4D4944;
}
</style>
border-color css
<style>
span { border-color: #4D4944; }
span { border-color: rgb(77,73,68); }
td.TdClassName
{
border-color: #4D4944;
}
.TagClassName
{
border-color: #4D4944;
}
</style>