Shades of Mondo #534D40
Tints of Mondo #534D40
RGB
CMYK
RGB Variations
Color information
#534D40 (or 0x534D40) is known color: Mondo. HEX triplet: 53, 4D and 40. RGB value is (83,77,64). Sum of RGB (Red+Green+Blue) = 83+77+64=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D40 is #ACB2BF. Grayscale: #4D4D4D. Windows color (decimal): -11317952 or 4214099. OLE color: 4214099.
HSL color Cylindrical-coordinate representation of color #534D40: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534D40 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 64 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.67 |
| HSL | 41.05º | 0.13% | 0.29% | - |
| HSV(B) | 41.05º | 0.23% | 0.33% | - |
| XYZ | 7.15 | 7.52 | 5.92 | - |
| YUV | 77.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 64 | 0 | 0.07 | 0.23 | 0.67 | 41.05 | 0.13 | 0.29 |
| Hex | 53 | 4D | 40 | 0 | 7 | 17 | 43 | 29 | D | 1D |
| Octal | 123 | 115 | 100 | 0 | 7 | 27 | 103 | 51 | 15 | 35 |
| Binary | 1010011 | 1001101 | 1000000 | 0 | 111 | 10111 | 1000011 | 101001 | 1101 | 11101 |
Color Harmonies of #534D40
Complementary color
Monochromatic Colors of #534D40
Black with #534D40
Text Example
Text Example
White with #534D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D40; }
p { color: rgb(83,77,64); }
H1.HeaderClassName
{
color: #534D40;
}
.AnyTagClassName
{
color: #534D40;
}
</style>
background-color css
<style>
a { background-color: #534D40; }
a { background-color: rgb(83,77,64); }
div.DivClassName
{
background-color: #534D40;
}
.BgClassName
{
background-color: #534D40;
}
</style>
border-color css
<style>
span { border-color: #534D40; }
span { border-color: rgb(83,77,64); }
td.TdClassName
{
border-color: #534D40;
}
.TagClassName
{
border-color: #534D40;
}
</style>