Shades of Lotus #895853
Tints of Lotus #895853
RGB
CMYK
RGB Variations
Color information
#895853 (or 0x895853) is known color: Lotus. HEX triplet: 89, 58 and 53. RGB value is (137,88,83). Sum of RGB (Red+Green+Blue) = 137+88+83=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895853 is #76A7AC. Grayscale: #666666. Windows color (decimal): -7776173 or 5462153. OLE color: 5462153.
HSL color Cylindrical-coordinate representation of color #895853: hue angle of 5.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895853 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 83 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.46 |
| HSL | 5.56º | 0.25% | 0.43% | - |
| HSV(B) | 5.56º | 0.39% | 0.54% | - |
| XYZ | 15.37 | 12.92 | 9.87 | - |
| YUV | 102.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 83 | 0 | 0.36 | 0.39 | 0.46 | 5.56 | 0.25 | 0.43 |
| Hex | 89 | 58 | 53 | 0 | 24 | 27 | 2E | 6 | 19 | 2B |
| Octal | 211 | 130 | 123 | 0 | 44 | 47 | 56 | 6 | 31 | 53 |
| Binary | 10001001 | 1011000 | 1010011 | 0 | 100100 | 100111 | 101110 | 110 | 11001 | 101011 |
Color Harmonies of #895853
Complementary color
Monochromatic Colors of #895853
Black with #895853
Text Example
Text Example
White with #895853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895853; }
p { color: rgb(137,88,83); }
H1.HeaderClassName
{
color: #895853;
}
.AnyTagClassName
{
color: #895853;
}
</style>
background-color css
<style>
a { background-color: #895853; }
a { background-color: rgb(137,88,83); }
div.DivClassName
{
background-color: #895853;
}
.BgClassName
{
background-color: #895853;
}
</style>
border-color css
<style>
span { border-color: #895853; }
span { border-color: rgb(137,88,83); }
td.TdClassName
{
border-color: #895853;
}
.TagClassName
{
border-color: #895853;
}
</style>