Shades of Mondo #574E44
Tints of Mondo #574E44
RGB
CMYK
RGB Variations
Color information
#574E44 (or 0x574E44) is known color: Mondo. HEX triplet: 57, 4E and 44. RGB value is (87,78,68). Sum of RGB (Red+Green+Blue) = 87+78+68=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #574E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E44 is #A8B1BB. Grayscale: #4F4F4F. Windows color (decimal): -11055548 or 4476503. OLE color: 4476503.
HSL color Cylindrical-coordinate representation of color #574E44: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574E44 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 68 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.66 |
| HSL | 31.58º | 0.12% | 0.3% | - |
| HSV(B) | 31.58º | 0.22% | 0.34% | - |
| XYZ | 7.7 | 7.89 | 6.59 | - |
| YUV | 79.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 68 | 0 | 0.10 | 0.22 | 0.66 | 31.58 | 0.12 | 0.3 |
| Hex | 57 | 4E | 44 | 0 | A | 16 | 42 | 20 | C | 1E |
| Octal | 127 | 116 | 104 | 0 | 12 | 26 | 102 | 40 | 14 | 36 |
| Binary | 1010111 | 1001110 | 1000100 | 0 | 1010 | 10110 | 1000010 | 100000 | 1100 | 11110 |
Color Harmonies of #574E44
Complementary color
Monochromatic Colors of #574E44
Black with #574E44
Text Example
Text Example
White with #574E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E44; }
p { color: rgb(87,78,68); }
H1.HeaderClassName
{
color: #574E44;
}
.AnyTagClassName
{
color: #574E44;
}
</style>
background-color css
<style>
a { background-color: #574E44; }
a { background-color: rgb(87,78,68); }
div.DivClassName
{
background-color: #574E44;
}
.BgClassName
{
background-color: #574E44;
}
</style>
border-color css
<style>
span { border-color: #574E44; }
span { border-color: rgb(87,78,68); }
td.TdClassName
{
border-color: #574E44;
}
.TagClassName
{
border-color: #574E44;
}
</style>