Shades of Lotus #85554D
Tints of Lotus #85554D
RGB
CMYK
RGB Variations
Color information
#85554D (or 0x85554D) is known color: Lotus. HEX triplet: 85, 55 and 4D. RGB value is (133,85,77). Sum of RGB (Red+Green+Blue) = 133+85+77=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85554D is #7AAAB2. Grayscale: #626262. Windows color (decimal): -8039091 or 5068165. OLE color: 5068165.
HSL color Cylindrical-coordinate representation of color #85554D: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85554D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 77 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.48 |
| HSL | 8.57º | 0.27% | 0.41% | - |
| HSV(B) | 8.57º | 0.42% | 0.52% | - |
| XYZ | 14.26 | 12.02 | 8.59 | - |
| YUV | 98.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 77 | 0 | 0.36 | 0.42 | 0.48 | 8.57 | 0.27 | 0.41 |
| Hex | 85 | 55 | 4D | 0 | 24 | 2A | 30 | 9 | 1B | 29 |
| Octal | 205 | 125 | 115 | 0 | 44 | 52 | 60 | 11 | 33 | 51 |
| Binary | 10000101 | 1010101 | 1001101 | 0 | 100100 | 101010 | 110000 | 1001 | 11011 | 101001 |
Color Harmonies of #85554D
Complementary color
Monochromatic Colors of #85554D
Black with #85554D
Text Example
Text Example
White with #85554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85554D; }
p { color: rgb(133,85,77); }
H1.HeaderClassName
{
color: #85554D;
}
.AnyTagClassName
{
color: #85554D;
}
</style>
background-color css
<style>
a { background-color: #85554D; }
a { background-color: rgb(133,85,77); }
div.DivClassName
{
background-color: #85554D;
}
.BgClassName
{
background-color: #85554D;
}
</style>
border-color css
<style>
span { border-color: #85554D; }
span { border-color: rgb(133,85,77); }
td.TdClassName
{
border-color: #85554D;
}
.TagClassName
{
border-color: #85554D;
}
</style>