Shades of Mondo #4D4841
Tints of Mondo #4D4841
RGB
CMYK
RGB Variations
Color information
#4D4841 (or 0x4D4841) is known color: Mondo. HEX triplet: 4D, 48 and 41. RGB value is (77,72,65). Sum of RGB (Red+Green+Blue) = 77+72+65=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4841 is #B2B7BE. Grayscale: #484848. Windows color (decimal): -11712447 or 4278349. OLE color: 4278349.
HSL color Cylindrical-coordinate representation of color #4D4841: hue angle of 35º 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 #4D4841 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 65 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.70 |
| HSL | 35º | 0.08% | 0.28% | - |
| HSV(B) | 35º | 0.16% | 0.3% | - |
| XYZ | 6.33 | 6.59 | 5.94 | - |
| YUV | 72.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 65 | 0 | 0.06 | 0.16 | 0.70 | 35 | 0.08 | 0.28 |
| Hex | 4D | 48 | 41 | 0 | 6 | 10 | 46 | 23 | 8 | 1C |
| Octal | 115 | 110 | 101 | 0 | 6 | 20 | 106 | 43 | 10 | 34 |
| Binary | 1001101 | 1001000 | 1000001 | 0 | 110 | 10000 | 1000110 | 100011 | 1000 | 11100 |
Color Harmonies of #4D4841
Complementary color
Monochromatic Colors of #4D4841
Black with #4D4841
Text Example
Text Example
White with #4D4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4841; }
p { color: rgb(77,72,65); }
H1.HeaderClassName
{
color: #4D4841;
}
.AnyTagClassName
{
color: #4D4841;
}
</style>
background-color css
<style>
a { background-color: #4D4841; }
a { background-color: rgb(77,72,65); }
div.DivClassName
{
background-color: #4D4841;
}
.BgClassName
{
background-color: #4D4841;
}
</style>
border-color css
<style>
span { border-color: #4D4841; }
span { border-color: rgb(77,72,65); }
td.TdClassName
{
border-color: #4D4841;
}
.TagClassName
{
border-color: #4D4841;
}
</style>