Shades of Lotus #85554E
Tints of Lotus #85554E
RGB
CMYK
RGB Variations
Color information
#85554E (or 0x85554E) is known color: Lotus. HEX triplet: 85, 55 and 4E. RGB value is (133,85,78). Sum of RGB (Red+Green+Blue) = 133+85+78=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85554E is #7AAAB1. Grayscale: #626262. Windows color (decimal): -8039090 or 5133701. OLE color: 5133701.
HSL color Cylindrical-coordinate representation of color #85554E: hue angle of 7.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85554E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 78 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.48 |
| HSL | 7.64º | 0.26% | 0.41% | - |
| HSV(B) | 7.64º | 0.41% | 0.52% | - |
| XYZ | 14.3 | 12.03 | 8.78 | - |
| YUV | 98.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 78 | 0 | 0.36 | 0.41 | 0.48 | 7.64 | 0.26 | 0.41 |
| Hex | 85 | 55 | 4E | 0 | 24 | 29 | 30 | 8 | 1A | 29 |
| Octal | 205 | 125 | 116 | 0 | 44 | 51 | 60 | 10 | 32 | 51 |
| Binary | 10000101 | 1010101 | 1001110 | 0 | 100100 | 101001 | 110000 | 1000 | 11010 | 101001 |
Color Harmonies of #85554E
Complementary color
Monochromatic Colors of #85554E
Black with #85554E
Text Example
Text Example
White with #85554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85554E; }
p { color: rgb(133,85,78); }
H1.HeaderClassName
{
color: #85554E;
}
.AnyTagClassName
{
color: #85554E;
}
</style>
background-color css
<style>
a { background-color: #85554E; }
a { background-color: rgb(133,85,78); }
div.DivClassName
{
background-color: #85554E;
}
.BgClassName
{
background-color: #85554E;
}
</style>
border-color css
<style>
span { border-color: #85554E; }
span { border-color: rgb(133,85,78); }
td.TdClassName
{
border-color: #85554E;
}
.TagClassName
{
border-color: #85554E;
}
</style>