Shades of Mondo #534D41
Tints of Mondo #534D41
RGB
CMYK
RGB Variations
Color information
#534D41 (or 0x534D41) is known color: Mondo. HEX triplet: 53, 4D and 41. RGB value is (83,77,65). Sum of RGB (Red+Green+Blue) = 83+77+65=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #534D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D41 is #ACB2BE. Grayscale: #4D4D4D. Windows color (decimal): -11317951 or 4279635. OLE color: 4279635.
HSL color Cylindrical-coordinate representation of color #534D41: hue angle of 40º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534D41 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 65 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.67 |
| HSL | 40º | 0.12% | 0.29% | - |
| HSV(B) | 40º | 0.22% | 0.33% | - |
| XYZ | 7.18 | 7.53 | 6.08 | - |
| YUV | 77.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 65 | 0 | 0.07 | 0.22 | 0.67 | 40 | 0.12 | 0.29 |
| Hex | 53 | 4D | 41 | 0 | 7 | 16 | 43 | 28 | C | 1D |
| Octal | 123 | 115 | 101 | 0 | 7 | 26 | 103 | 50 | 14 | 35 |
| Binary | 1010011 | 1001101 | 1000001 | 0 | 111 | 10110 | 1000011 | 101000 | 1100 | 11101 |
Color Harmonies of #534D41
Complementary color
Monochromatic Colors of #534D41
Black with #534D41
Text Example
Text Example
White with #534D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D41; }
p { color: rgb(83,77,65); }
H1.HeaderClassName
{
color: #534D41;
}
.AnyTagClassName
{
color: #534D41;
}
</style>
background-color css
<style>
a { background-color: #534D41; }
a { background-color: rgb(83,77,65); }
div.DivClassName
{
background-color: #534D41;
}
.BgClassName
{
background-color: #534D41;
}
</style>
border-color css
<style>
span { border-color: #534D41; }
span { border-color: rgb(83,77,65); }
td.TdClassName
{
border-color: #534D41;
}
.TagClassName
{
border-color: #534D41;
}
</style>