Shades of Mondo #534D43
Tints of Mondo #534D43
RGB
CMYK
RGB Variations
Color information
#534D43 (or 0x534D43) is known color: Mondo. HEX triplet: 53, 4D and 43. RGB value is (83,77,67). Sum of RGB (Red+Green+Blue) = 83+77+67=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D43 is #ACB2BC. Grayscale: #4D4D4D. Windows color (decimal): -11317949 or 4410707. OLE color: 4410707.
HSL color Cylindrical-coordinate representation of color #534D43: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534D43 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 67 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.67 |
| HSL | 37.5º | 0.11% | 0.29% | - |
| HSV(B) | 37.5º | 0.19% | 0.33% | - |
| XYZ | 7.23 | 7.55 | 6.39 | - |
| YUV | 77.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 67 | 0 | 0.07 | 0.19 | 0.67 | 37.5 | 0.11 | 0.29 |
| Hex | 53 | 4D | 43 | 0 | 7 | 13 | 43 | 26 | B | 1D |
| Octal | 123 | 115 | 103 | 0 | 7 | 23 | 103 | 46 | 13 | 35 |
| Binary | 1010011 | 1001101 | 1000011 | 0 | 111 | 10011 | 1000011 | 100110 | 1011 | 11101 |
Color Harmonies of #534D43
Complementary color
Monochromatic Colors of #534D43
Black with #534D43
Text Example
Text Example
White with #534D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D43; }
p { color: rgb(83,77,67); }
H1.HeaderClassName
{
color: #534D43;
}
.AnyTagClassName
{
color: #534D43;
}
</style>
background-color css
<style>
a { background-color: #534D43; }
a { background-color: rgb(83,77,67); }
div.DivClassName
{
background-color: #534D43;
}
.BgClassName
{
background-color: #534D43;
}
</style>
border-color css
<style>
span { border-color: #534D43; }
span { border-color: rgb(83,77,67); }
td.TdClassName
{
border-color: #534D43;
}
.TagClassName
{
border-color: #534D43;
}
</style>