Shades of Mondo #534E47
Tints of Mondo #534E47
RGB
CMYK
RGB Variations
Color information
#534E47 (or 0x534E47) is known color: Mondo. HEX triplet: 53, 4E and 47. RGB value is (83,78,71). Sum of RGB (Red+Green+Blue) = 83+78+71=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E47 is #ACB1B8. Grayscale: #4E4E4E. Windows color (decimal): -11317689 or 4673107. OLE color: 4673107.
HSL color Cylindrical-coordinate representation of color #534E47: hue angle of 35º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534E47 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 71 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.67 |
| HSL | 35º | 0.08% | 0.3% | - |
| HSV(B) | 35º | 0.14% | 0.33% | - |
| XYZ | 7.43 | 7.74 | 7.06 | - |
| YUV | 78.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 71 | 0 | 0.06 | 0.14 | 0.67 | 35 | 0.08 | 0.3 |
| Hex | 53 | 4E | 47 | 0 | 6 | E | 43 | 23 | 8 | 1E |
| Octal | 123 | 116 | 107 | 0 | 6 | 16 | 103 | 43 | 10 | 36 |
| Binary | 1010011 | 1001110 | 1000111 | 0 | 110 | 1110 | 1000011 | 100011 | 1000 | 11110 |
Color Harmonies of #534E47
Complementary color
Monochromatic Colors of #534E47
Black with #534E47
Text Example
Text Example
White with #534E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E47; }
p { color: rgb(83,78,71); }
H1.HeaderClassName
{
color: #534E47;
}
.AnyTagClassName
{
color: #534E47;
}
</style>
background-color css
<style>
a { background-color: #534E47; }
a { background-color: rgb(83,78,71); }
div.DivClassName
{
background-color: #534E47;
}
.BgClassName
{
background-color: #534E47;
}
</style>
border-color css
<style>
span { border-color: #534E47; }
span { border-color: rgb(83,78,71); }
td.TdClassName
{
border-color: #534E47;
}
.TagClassName
{
border-color: #534E47;
}
</style>