Shades of Lotus #895652
Tints of Lotus #895652
RGB
CMYK
RGB Variations
Color information
#895652 (or 0x895652) is known color: Lotus. HEX triplet: 89, 56 and 52. RGB value is (137,86,82). Sum of RGB (Red+Green+Blue) = 137+86+82=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895652 is #76A9AD. Grayscale: #646464. Windows color (decimal): -7776686 or 5396105. OLE color: 5396105.
HSL color Cylindrical-coordinate representation of color #895652: hue angle of 4.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895652 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 82 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.46 |
| HSL | 4.36º | 0.25% | 0.43% | - |
| HSV(B) | 4.36º | 0.4% | 0.54% | - |
| XYZ | 15.17 | 12.58 | 9.61 | - |
| YUV | 100.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 82 | 0 | 0.37 | 0.40 | 0.46 | 4.36 | 0.25 | 0.43 |
| Hex | 89 | 56 | 52 | 0 | 25 | 28 | 2E | 4 | 19 | 2B |
| Octal | 211 | 126 | 122 | 0 | 45 | 50 | 56 | 4 | 31 | 53 |
| Binary | 10001001 | 1010110 | 1010010 | 0 | 100101 | 101000 | 101110 | 100 | 11001 | 101011 |
Color Harmonies of #895652
Complementary color
Monochromatic Colors of #895652
Black with #895652
Text Example
Text Example
White with #895652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895652; }
p { color: rgb(137,86,82); }
H1.HeaderClassName
{
color: #895652;
}
.AnyTagClassName
{
color: #895652;
}
</style>
background-color css
<style>
a { background-color: #895652; }
a { background-color: rgb(137,86,82); }
div.DivClassName
{
background-color: #895652;
}
.BgClassName
{
background-color: #895652;
}
</style>
border-color css
<style>
span { border-color: #895652; }
span { border-color: rgb(137,86,82); }
td.TdClassName
{
border-color: #895652;
}
.TagClassName
{
border-color: #895652;
}
</style>