Shades of Lotus #885951
Tints of Lotus #885951
RGB
CMYK
RGB Variations
Color information
#885951 (or 0x885951) is known color: Lotus. HEX triplet: 88, 59 and 51. RGB value is (136,89,81). Sum of RGB (Red+Green+Blue) = 136+89+81=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885951 is #77A6AE. Grayscale: #666666. Windows color (decimal): -7841455 or 5331336. OLE color: 5331336.
HSL color Cylindrical-coordinate representation of color #885951: hue angle of 8.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885951 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 81 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.47 |
| HSL | 8.73º | 0.25% | 0.43% | - |
| HSV(B) | 8.73º | 0.4% | 0.53% | - |
| XYZ | 15.21 | 12.97 | 9.49 | - |
| YUV | 102.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 81 | 0 | 0.35 | 0.40 | 0.47 | 8.73 | 0.25 | 0.43 |
| Hex | 88 | 59 | 51 | 0 | 23 | 28 | 2F | 9 | 19 | 2B |
| Octal | 210 | 131 | 121 | 0 | 43 | 50 | 57 | 11 | 31 | 53 |
| Binary | 10001000 | 1011001 | 1010001 | 0 | 100011 | 101000 | 101111 | 1001 | 11001 | 101011 |
Color Harmonies of #885951
Complementary color
Monochromatic Colors of #885951
Black with #885951
Text Example
Text Example
White with #885951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885951; }
p { color: rgb(136,89,81); }
H1.HeaderClassName
{
color: #885951;
}
.AnyTagClassName
{
color: #885951;
}
</style>
background-color css
<style>
a { background-color: #885951; }
a { background-color: rgb(136,89,81); }
div.DivClassName
{
background-color: #885951;
}
.BgClassName
{
background-color: #885951;
}
</style>
border-color css
<style>
span { border-color: #885951; }
span { border-color: rgb(136,89,81); }
td.TdClassName
{
border-color: #885951;
}
.TagClassName
{
border-color: #885951;
}
</style>