Shades of Lotus #885852
Tints of Lotus #885852
RGB
CMYK
RGB Variations
Color information
#885852 (or 0x885852) is known color: Lotus. HEX triplet: 88, 58 and 52. RGB value is (136,88,82). Sum of RGB (Red+Green+Blue) = 136+88+82=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885852 is #77A7AD. Grayscale: #656565. Windows color (decimal): -7841710 or 5396616. OLE color: 5396616.
HSL color Cylindrical-coordinate representation of color #885852: hue angle of 6.67º 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 #885852 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 82 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.47 |
| HSL | 6.67º | 0.25% | 0.43% | - |
| HSV(B) | 6.67º | 0.4% | 0.53% | - |
| XYZ | 15.17 | 12.82 | 9.66 | - |
| YUV | 101.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 82 | 0 | 0.35 | 0.40 | 0.47 | 6.67 | 0.25 | 0.43 |
| Hex | 88 | 58 | 52 | 0 | 23 | 28 | 2F | 7 | 19 | 2B |
| Octal | 210 | 130 | 122 | 0 | 43 | 50 | 57 | 7 | 31 | 53 |
| Binary | 10001000 | 1011000 | 1010010 | 0 | 100011 | 101000 | 101111 | 111 | 11001 | 101011 |
Color Harmonies of #885852
Complementary color
Monochromatic Colors of #885852
Black with #885852
Text Example
Text Example
White with #885852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885852; }
p { color: rgb(136,88,82); }
H1.HeaderClassName
{
color: #885852;
}
.AnyTagClassName
{
color: #885852;
}
</style>
background-color css
<style>
a { background-color: #885852; }
a { background-color: rgb(136,88,82); }
div.DivClassName
{
background-color: #885852;
}
.BgClassName
{
background-color: #885852;
}
</style>
border-color css
<style>
span { border-color: #885852; }
span { border-color: rgb(136,88,82); }
td.TdClassName
{
border-color: #885852;
}
.TagClassName
{
border-color: #885852;
}
</style>