Shades of Lotus #8D574C
Tints of Lotus #8D574C
RGB
CMYK
RGB Variations
Color information
#8D574C (or 0x8D574C) is known color: Lotus. HEX triplet: 8D, 57 and 4C. RGB value is (141,87,76). Sum of RGB (Red+Green+Blue) = 141+87+76=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D574C is #72A8B3. Grayscale: #656565. Windows color (decimal): -7514292 or 5003149. OLE color: 5003149.
HSL color Cylindrical-coordinate representation of color #8D574C: hue angle of 10.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D574C is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 76 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.45 |
| HSL | 10.15º | 0.3% | 0.43% | - |
| HSV(B) | 10.15º | 0.46% | 0.55% | - |
| XYZ | 15.7 | 13 | 8.52 | - |
| YUV | 101.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 76 | 0 | 0.38 | 0.46 | 0.45 | 10.15 | 0.3 | 0.43 |
| Hex | 8D | 57 | 4C | 0 | 26 | 2E | 2D | A | 1E | 2B |
| Octal | 215 | 127 | 114 | 0 | 46 | 56 | 55 | 12 | 36 | 53 |
| Binary | 10001101 | 1010111 | 1001100 | 0 | 100110 | 101110 | 101101 | 1010 | 11110 | 101011 |
Color Harmonies of #8D574C
Complementary color
Monochromatic Colors of #8D574C
Black with #8D574C
Text Example
Text Example
White with #8D574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D574C; }
p { color: rgb(141,87,76); }
H1.HeaderClassName
{
color: #8D574C;
}
.AnyTagClassName
{
color: #8D574C;
}
</style>
background-color css
<style>
a { background-color: #8D574C; }
a { background-color: rgb(141,87,76); }
div.DivClassName
{
background-color: #8D574C;
}
.BgClassName
{
background-color: #8D574C;
}
</style>
border-color css
<style>
span { border-color: #8D574C; }
span { border-color: rgb(141,87,76); }
td.TdClassName
{
border-color: #8D574C;
}
.TagClassName
{
border-color: #8D574C;
}
</style>