Shades of Mondo #534E48
Tints of Mondo #534E48
RGB
CMYK
RGB Variations
Color information
#534E48 (or 0x534E48) is known color: Mondo. HEX triplet: 53, 4E and 48. RGB value is (83,78,72). Sum of RGB (Red+Green+Blue) = 83+78+72=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E48 is #ACB1B7. Grayscale: #4E4E4E. Windows color (decimal): -11317688 or 4738643. OLE color: 4738643.
HSL color Cylindrical-coordinate representation of color #534E48: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534E48 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 72 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.67 |
| HSL | 32.73º | 0.07% | 0.3% | - |
| HSV(B) | 32.73º | 0.13% | 0.33% | - |
| XYZ | 7.46 | 7.76 | 7.23 | - |
| YUV | 78.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 72 | 0 | 0.06 | 0.13 | 0.67 | 32.73 | 0.07 | 0.3 |
| Hex | 53 | 4E | 48 | 0 | 6 | D | 43 | 21 | 7 | 1E |
| Octal | 123 | 116 | 110 | 0 | 6 | 15 | 103 | 41 | 7 | 36 |
| Binary | 1010011 | 1001110 | 1001000 | 0 | 110 | 1101 | 1000011 | 100001 | 111 | 11110 |
Color Harmonies of #534E48
Complementary color
Monochromatic Colors of #534E48
Black with #534E48
Text Example
Text Example
White with #534E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E48; }
p { color: rgb(83,78,72); }
H1.HeaderClassName
{
color: #534E48;
}
.AnyTagClassName
{
color: #534E48;
}
</style>
background-color css
<style>
a { background-color: #534E48; }
a { background-color: rgb(83,78,72); }
div.DivClassName
{
background-color: #534E48;
}
.BgClassName
{
background-color: #534E48;
}
</style>
border-color css
<style>
span { border-color: #534E48; }
span { border-color: rgb(83,78,72); }
td.TdClassName
{
border-color: #534E48;
}
.TagClassName
{
border-color: #534E48;
}
</style>