Shades of Mondo #574F3F
Tints of Mondo #574F3F
RGB
CMYK
RGB Variations
Color information
#574F3F (or 0x574F3F) is known color: Mondo. HEX triplet: 57, 4F and 3F. RGB value is (87,79,63). Sum of RGB (Red+Green+Blue) = 87+79+63=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F3F is #A8B0C0. Grayscale: #4F4F4F. Windows color (decimal): -11055297 or 4149079. OLE color: 4149079.
HSL color Cylindrical-coordinate representation of color #574F3F: hue angle of 40º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #574F3F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 63 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.66 |
| HSL | 40º | 0.16% | 0.29% | - |
| HSV(B) | 40º | 0.28% | 0.34% | - |
| XYZ | 7.62 | 7.98 | 5.84 | - |
| YUV | 79.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 63 | 0 | 0.09 | 0.28 | 0.66 | 40 | 0.16 | 0.29 |
| Hex | 57 | 4F | 3F | 0 | 9 | 1C | 42 | 28 | 10 | 1D |
| Octal | 127 | 117 | 77 | 0 | 11 | 34 | 102 | 50 | 20 | 35 |
| Binary | 1010111 | 1001111 | 111111 | 0 | 1001 | 11100 | 1000010 | 101000 | 10000 | 11101 |
Color Harmonies of #574F3F
Complementary color
Monochromatic Colors of #574F3F
Black with #574F3F
Text Example
Text Example
White with #574F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F3F; }
p { color: rgb(87,79,63); }
H1.HeaderClassName
{
color: #574F3F;
}
.AnyTagClassName
{
color: #574F3F;
}
</style>
background-color css
<style>
a { background-color: #574F3F; }
a { background-color: rgb(87,79,63); }
div.DivClassName
{
background-color: #574F3F;
}
.BgClassName
{
background-color: #574F3F;
}
</style>
border-color css
<style>
span { border-color: #574F3F; }
span { border-color: rgb(87,79,63); }
td.TdClassName
{
border-color: #574F3F;
}
.TagClassName
{
border-color: #574F3F;
}
</style>