Shades of Mondo #534E45
Tints of Mondo #534E45
RGB
CMYK
RGB Variations
Color information
#534E45 (or 0x534E45) is known color: Mondo. HEX triplet: 53, 4E and 45. RGB value is (83,78,69). Sum of RGB (Red+Green+Blue) = 83+78+69=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E45 is #ACB1BA. Grayscale: #4E4E4E. Windows color (decimal): -11317691 or 4542035. OLE color: 4542035.
HSL color Cylindrical-coordinate representation of color #534E45: hue angle of 38.57º 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 #534E45 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 69 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.67 |
| HSL | 38.57º | 0.09% | 0.3% | - |
| HSV(B) | 38.57º | 0.17% | 0.33% | - |
| XYZ | 7.37 | 7.72 | 6.73 | - |
| YUV | 78.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 69 | 0 | 0.06 | 0.17 | 0.67 | 38.57 | 0.09 | 0.3 |
| Hex | 53 | 4E | 45 | 0 | 6 | 11 | 43 | 27 | 9 | 1E |
| Octal | 123 | 116 | 105 | 0 | 6 | 21 | 103 | 47 | 11 | 36 |
| Binary | 1010011 | 1001110 | 1000101 | 0 | 110 | 10001 | 1000011 | 100111 | 1001 | 11110 |
Color Harmonies of #534E45
Complementary color
Monochromatic Colors of #534E45
Black with #534E45
Text Example
Text Example
White with #534E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E45; }
p { color: rgb(83,78,69); }
H1.HeaderClassName
{
color: #534E45;
}
.AnyTagClassName
{
color: #534E45;
}
</style>
background-color css
<style>
a { background-color: #534E45; }
a { background-color: rgb(83,78,69); }
div.DivClassName
{
background-color: #534E45;
}
.BgClassName
{
background-color: #534E45;
}
</style>
border-color css
<style>
span { border-color: #534E45; }
span { border-color: rgb(83,78,69); }
td.TdClassName
{
border-color: #534E45;
}
.TagClassName
{
border-color: #534E45;
}
</style>