Shades of Lotus #894D4A
Tints of Lotus #894D4A
RGB
CMYK
RGB Variations
Color information
#894D4A (or 0x894D4A) is known color: Lotus. HEX triplet: 89, 4D and 4A. RGB value is (137,77,74). Sum of RGB (Red+Green+Blue) = 137+77+74=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #894D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D4A is #76B2B5. Grayscale: #5E5E5E. Windows color (decimal): -7778998 or 4869513. OLE color: 4869513.
HSL color Cylindrical-coordinate representation of color #894D4A: hue angle of 2.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894D4A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 74 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.46 |
| HSL | 2.86º | 0.3% | 0.41% | - |
| HSV(B) | 2.86º | 0.46% | 0.54% | - |
| XYZ | 14.21 | 11.12 | 7.88 | - |
| YUV | 94.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 74 | 0 | 0.44 | 0.46 | 0.46 | 2.86 | 0.3 | 0.41 |
| Hex | 89 | 4D | 4A | 0 | 2C | 2E | 2E | 3 | 1E | 29 |
| Octal | 211 | 115 | 112 | 0 | 54 | 56 | 56 | 3 | 36 | 51 |
| Binary | 10001001 | 1001101 | 1001010 | 0 | 101100 | 101110 | 101110 | 11 | 11110 | 101001 |
Color Harmonies of #894D4A
Complementary color
Monochromatic Colors of #894D4A
Black with #894D4A
Text Example
Text Example
White with #894D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D4A; }
p { color: rgb(137,77,74); }
H1.HeaderClassName
{
color: #894D4A;
}
.AnyTagClassName
{
color: #894D4A;
}
</style>
background-color css
<style>
a { background-color: #894D4A; }
a { background-color: rgb(137,77,74); }
div.DivClassName
{
background-color: #894D4A;
}
.BgClassName
{
background-color: #894D4A;
}
</style>
border-color css
<style>
span { border-color: #894D4A; }
span { border-color: rgb(137,77,74); }
td.TdClassName
{
border-color: #894D4A;
}
.TagClassName
{
border-color: #894D4A;
}
</style>