Shades of Mondo #504A3E
Tints of Mondo #504A3E
RGB
CMYK
RGB Variations
Color information
#504A3E (or 0x504A3E) is known color: Mondo. HEX triplet: 50, 4A and 3E. RGB value is (80,74,62). Sum of RGB (Red+Green+Blue) = 80+74+62=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A3E is #AFB5C1. Grayscale: #4A4A4A. Windows color (decimal): -11515330 or 4082256. OLE color: 4082256.
HSL color Cylindrical-coordinate representation of color #504A3E: hue angle of 40º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #504A3E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 62 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.69 |
| HSL | 40º | 0.13% | 0.28% | - |
| HSV(B) | 40º | 0.23% | 0.31% | - |
| XYZ | 6.63 | 6.95 | 5.55 | - |
| YUV | 74.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 62 | 0 | 0.08 | 0.22 | 0.69 | 40 | 0.13 | 0.28 |
| Hex | 50 | 4A | 3E | 0 | 8 | 16 | 45 | 28 | D | 1C |
| Octal | 120 | 112 | 76 | 0 | 10 | 26 | 105 | 50 | 15 | 34 |
| Binary | 1010000 | 1001010 | 111110 | 0 | 1000 | 10110 | 1000101 | 101000 | 1101 | 11100 |
Color Harmonies of #504A3E
Complementary color
Monochromatic Colors of #504A3E
Black with #504A3E
Text Example
Text Example
White with #504A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A3E; }
p { color: rgb(80,74,62); }
H1.HeaderClassName
{
color: #504A3E;
}
.AnyTagClassName
{
color: #504A3E;
}
</style>
background-color css
<style>
a { background-color: #504A3E; }
a { background-color: rgb(80,74,62); }
div.DivClassName
{
background-color: #504A3E;
}
.BgClassName
{
background-color: #504A3E;
}
</style>
border-color css
<style>
span { border-color: #504A3E; }
span { border-color: rgb(80,74,62); }
td.TdClassName
{
border-color: #504A3E;
}
.TagClassName
{
border-color: #504A3E;
}
</style>