Shades of Mondo #534D45
Tints of Mondo #534D45
RGB
CMYK
RGB Variations
Color information
#534D45 (or 0x534D45) is known color: Mondo. HEX triplet: 53, 4D and 45. RGB value is (83,77,69). Sum of RGB (Red+Green+Blue) = 83+77+69=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D45 is #ACB2BA. Grayscale: #4D4D4D. Windows color (decimal): -11317947 or 4541779. OLE color: 4541779.
HSL color Cylindrical-coordinate representation of color #534D45: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534D45 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 69 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.67 |
| HSL | 34.29º | 0.09% | 0.3% | - |
| HSV(B) | 34.29º | 0.17% | 0.33% | - |
| XYZ | 7.3 | 7.58 | 6.71 | - |
| YUV | 77.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 69 | 0 | 0.07 | 0.17 | 0.67 | 34.29 | 0.09 | 0.3 |
| Hex | 53 | 4D | 45 | 0 | 7 | 11 | 43 | 22 | 9 | 1E |
| Octal | 123 | 115 | 105 | 0 | 7 | 21 | 103 | 42 | 11 | 36 |
| Binary | 1010011 | 1001101 | 1000101 | 0 | 111 | 10001 | 1000011 | 100010 | 1001 | 11110 |
Color Harmonies of #534D45
Complementary color
Monochromatic Colors of #534D45
Black with #534D45
Text Example
Text Example
White with #534D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D45; }
p { color: rgb(83,77,69); }
H1.HeaderClassName
{
color: #534D45;
}
.AnyTagClassName
{
color: #534D45;
}
</style>
background-color css
<style>
a { background-color: #534D45; }
a { background-color: rgb(83,77,69); }
div.DivClassName
{
background-color: #534D45;
}
.BgClassName
{
background-color: #534D45;
}
</style>
border-color css
<style>
span { border-color: #534D45; }
span { border-color: rgb(83,77,69); }
td.TdClassName
{
border-color: #534D45;
}
.TagClassName
{
border-color: #534D45;
}
</style>