Shades of Lotus #89544F
Tints of Lotus #89544F
RGB
CMYK
RGB Variations
Color information
#89544F (or 0x89544F) is known color: Lotus. HEX triplet: 89, 54 and 4F. RGB value is (137,84,79). Sum of RGB (Red+Green+Blue) = 137+84+79=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89544F is #76ABB0. Grayscale: #636363. Windows color (decimal): -7777201 or 5198985. OLE color: 5198985.
HSL color Cylindrical-coordinate representation of color #89544F: hue angle of 5.17º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89544F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 79 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.46 |
| HSL | 5.17º | 0.27% | 0.42% | - |
| HSV(B) | 5.17º | 0.42% | 0.54% | - |
| XYZ | 14.9 | 12.22 | 8.97 | - |
| YUV | 99.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 79 | 0 | 0.39 | 0.42 | 0.46 | 5.17 | 0.27 | 0.42 |
| Hex | 89 | 54 | 4F | 0 | 27 | 2A | 2E | 5 | 1B | 2A |
| Octal | 211 | 124 | 117 | 0 | 47 | 52 | 56 | 5 | 33 | 52 |
| Binary | 10001001 | 1010100 | 1001111 | 0 | 100111 | 101010 | 101110 | 101 | 11011 | 101010 |
Color Harmonies of #89544F
Complementary color
Monochromatic Colors of #89544F
Black with #89544F
Text Example
Text Example
White with #89544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89544F; }
p { color: rgb(137,84,79); }
H1.HeaderClassName
{
color: #89544F;
}
.AnyTagClassName
{
color: #89544F;
}
</style>
background-color css
<style>
a { background-color: #89544F; }
a { background-color: rgb(137,84,79); }
div.DivClassName
{
background-color: #89544F;
}
.BgClassName
{
background-color: #89544F;
}
</style>
border-color css
<style>
span { border-color: #89544F; }
span { border-color: rgb(137,84,79); }
td.TdClassName
{
border-color: #89544F;
}
.TagClassName
{
border-color: #89544F;
}
</style>