Shades of Mondo #534D44
Tints of Mondo #534D44
RGB
CMYK
RGB Variations
Color information
#534D44 (or 0x534D44) is known color: Mondo. HEX triplet: 53, 4D and 44. RGB value is (83,77,68). Sum of RGB (Red+Green+Blue) = 83+77+68=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D44 is #ACB2BB. Grayscale: #4D4D4D. Windows color (decimal): -11317948 or 4476243. OLE color: 4476243.
HSL color Cylindrical-coordinate representation of color #534D44: hue angle of 36º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534D44 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 68 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.67 |
| HSL | 36º | 0.1% | 0.3% | - |
| HSV(B) | 36º | 0.18% | 0.33% | - |
| XYZ | 7.26 | 7.56 | 6.55 | - |
| YUV | 77.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 68 | 0 | 0.07 | 0.18 | 0.67 | 36 | 0.1 | 0.3 |
| Hex | 53 | 4D | 44 | 0 | 7 | 12 | 43 | 24 | A | 1E |
| Octal | 123 | 115 | 104 | 0 | 7 | 22 | 103 | 44 | 12 | 36 |
| Binary | 1010011 | 1001101 | 1000100 | 0 | 111 | 10010 | 1000011 | 100100 | 1010 | 11110 |
Color Harmonies of #534D44
Complementary color
Monochromatic Colors of #534D44
Black with #534D44
Text Example
Text Example
White with #534D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D44; }
p { color: rgb(83,77,68); }
H1.HeaderClassName
{
color: #534D44;
}
.AnyTagClassName
{
color: #534D44;
}
</style>
background-color css
<style>
a { background-color: #534D44; }
a { background-color: rgb(83,77,68); }
div.DivClassName
{
background-color: #534D44;
}
.BgClassName
{
background-color: #534D44;
}
</style>
border-color css
<style>
span { border-color: #534D44; }
span { border-color: rgb(83,77,68); }
td.TdClassName
{
border-color: #534D44;
}
.TagClassName
{
border-color: #534D44;
}
</style>