Shades of Mondo #4C4843
Tints of Mondo #4C4843
RGB
CMYK
RGB Variations
Color information
#4C4843 (or 0x4C4843) is known color: Mondo. HEX triplet: 4C, 48 and 43. RGB value is (76,72,67). Sum of RGB (Red+Green+Blue) = 76+72+67=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4843 is #B3B7BC. Grayscale: #484848. Windows color (decimal): -11777981 or 4409420. OLE color: 4409420.
HSL color Cylindrical-coordinate representation of color #4C4843: 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 #4C4843 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 67 | - |
| 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.31 | 6.58 | 6.25 | - |
| YUV | 72.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 67 | 0 | 0.05 | 0.12 | 0.70 | 33.33 | 0.06 | 0.28 |
| Hex | 4C | 48 | 43 | 0 | 5 | C | 46 | 21 | 6 | 1C |
| Octal | 114 | 110 | 103 | 0 | 5 | 14 | 106 | 41 | 6 | 34 |
| Binary | 1001100 | 1001000 | 1000011 | 0 | 101 | 1100 | 1000110 | 100001 | 110 | 11100 |
Color Harmonies of #4C4843
Complementary color
Monochromatic Colors of #4C4843
Black with #4C4843
Text Example
Text Example
White with #4C4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4843; }
p { color: rgb(76,72,67); }
H1.HeaderClassName
{
color: #4C4843;
}
.AnyTagClassName
{
color: #4C4843;
}
</style>
background-color css
<style>
a { background-color: #4C4843; }
a { background-color: rgb(76,72,67); }
div.DivClassName
{
background-color: #4C4843;
}
.BgClassName
{
background-color: #4C4843;
}
</style>
border-color css
<style>
span { border-color: #4C4843; }
span { border-color: rgb(76,72,67); }
td.TdClassName
{
border-color: #4C4843;
}
.TagClassName
{
border-color: #4C4843;
}
</style>