Shades of Mondo #534F49
Tints of Mondo #534F49
RGB
CMYK
RGB Variations
Color information
#534F49 (or 0x534F49) is known color: Mondo. HEX triplet: 53, 4F and 49. RGB value is (83,79,73). Sum of RGB (Red+Green+Blue) = 83+79+73=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F49 is #ACB0B6. Grayscale: #4F4F4F. Windows color (decimal): -11317431 or 4804435. OLE color: 4804435.
HSL color Cylindrical-coordinate representation of color #534F49: hue angle of 36º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534F49 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 73 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.67 |
| HSL | 36º | 0.06% | 0.31% | - |
| HSV(B) | 36º | 0.12% | 0.33% | - |
| XYZ | 7.57 | 7.91 | 7.43 | - |
| YUV | 79.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 73 | 0 | 0.05 | 0.12 | 0.67 | 36 | 0.06 | 0.31 |
| Hex | 53 | 4F | 49 | 0 | 5 | C | 43 | 24 | 6 | 1F |
| Octal | 123 | 117 | 111 | 0 | 5 | 14 | 103 | 44 | 6 | 37 |
| Binary | 1010011 | 1001111 | 1001001 | 0 | 101 | 1100 | 1000011 | 100100 | 110 | 11111 |
Color Harmonies of #534F49
Complementary color
Monochromatic Colors of #534F49
Black with #534F49
Text Example
Text Example
White with #534F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F49; }
p { color: rgb(83,79,73); }
H1.HeaderClassName
{
color: #534F49;
}
.AnyTagClassName
{
color: #534F49;
}
</style>
background-color css
<style>
a { background-color: #534F49; }
a { background-color: rgb(83,79,73); }
div.DivClassName
{
background-color: #534F49;
}
.BgClassName
{
background-color: #534F49;
}
</style>
border-color css
<style>
span { border-color: #534F49; }
span { border-color: rgb(83,79,73); }
td.TdClassName
{
border-color: #534F49;
}
.TagClassName
{
border-color: #534F49;
}
</style>