Shades of Lotus #85544E
Tints of Lotus #85544E
RGB
CMYK
RGB Variations
Color information
#85544E (or 0x85544E) is known color: Lotus. HEX triplet: 85, 54 and 4E. RGB value is (133,84,78). Sum of RGB (Red+Green+Blue) = 133+84+78=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85544E is #7AABB1. Grayscale: #626262. Windows color (decimal): -8039346 or 5133445. OLE color: 5133445.
HSL color Cylindrical-coordinate representation of color #85544E: hue angle of 6.55º 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 #85544E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 78 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.48 |
| HSL | 6.55º | 0.26% | 0.41% | - |
| HSV(B) | 6.55º | 0.41% | 0.52% | - |
| XYZ | 14.22 | 11.88 | 8.75 | - |
| YUV | 97.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 78 | 0 | 0.37 | 0.41 | 0.48 | 6.55 | 0.26 | 0.41 |
| Hex | 85 | 54 | 4E | 0 | 25 | 29 | 30 | 7 | 1A | 29 |
| Octal | 205 | 124 | 116 | 0 | 45 | 51 | 60 | 7 | 32 | 51 |
| Binary | 10000101 | 1010100 | 1001110 | 0 | 100101 | 101001 | 110000 | 111 | 11010 | 101001 |
Color Harmonies of #85544E
Complementary color
Monochromatic Colors of #85544E
Black with #85544E
Text Example
Text Example
White with #85544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85544E; }
p { color: rgb(133,84,78); }
H1.HeaderClassName
{
color: #85544E;
}
.AnyTagClassName
{
color: #85544E;
}
</style>
background-color css
<style>
a { background-color: #85544E; }
a { background-color: rgb(133,84,78); }
div.DivClassName
{
background-color: #85544E;
}
.BgClassName
{
background-color: #85544E;
}
</style>
border-color css
<style>
span { border-color: #85544E; }
span { border-color: rgb(133,84,78); }
td.TdClassName
{
border-color: #85544E;
}
.TagClassName
{
border-color: #85544E;
}
</style>