Shades of Lotus #89534A
Tints of Lotus #89534A
RGB
CMYK
RGB Variations
Color information
#89534A (or 0x89534A) is known color: Lotus. HEX triplet: 89, 53 and 4A. RGB value is (137,83,74). Sum of RGB (Red+Green+Blue) = 137+83+74=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89534A is #76ACB5. Grayscale: #626262. Windows color (decimal): -7777462 or 4871049. OLE color: 4871049.
HSL color Cylindrical-coordinate representation of color #89534A: hue angle of 8.57º 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 #89534A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 74 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.46 |
| HSL | 8.57º | 0.3% | 0.41% | - |
| HSV(B) | 8.57º | 0.46% | 0.54% | - |
| XYZ | 14.65 | 12 | 8.02 | - |
| YUV | 98.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 74 | 0 | 0.39 | 0.46 | 0.46 | 8.57 | 0.3 | 0.41 |
| Hex | 89 | 53 | 4A | 0 | 27 | 2E | 2E | 9 | 1E | 29 |
| Octal | 211 | 123 | 112 | 0 | 47 | 56 | 56 | 11 | 36 | 51 |
| Binary | 10001001 | 1010011 | 1001010 | 0 | 100111 | 101110 | 101110 | 1001 | 11110 | 101001 |
Color Harmonies of #89534A
Complementary color
Monochromatic Colors of #89534A
Black with #89534A
Text Example
Text Example
White with #89534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89534A; }
p { color: rgb(137,83,74); }
H1.HeaderClassName
{
color: #89534A;
}
.AnyTagClassName
{
color: #89534A;
}
</style>
background-color css
<style>
a { background-color: #89534A; }
a { background-color: rgb(137,83,74); }
div.DivClassName
{
background-color: #89534A;
}
.BgClassName
{
background-color: #89534A;
}
</style>
border-color css
<style>
span { border-color: #89534A; }
span { border-color: rgb(137,83,74); }
td.TdClassName
{
border-color: #89534A;
}
.TagClassName
{
border-color: #89534A;
}
</style>