Shades of Lotus #85534E
Tints of Lotus #85534E
RGB
CMYK
RGB Variations
Color information
#85534E (or 0x85534E) is known color: Lotus. HEX triplet: 85, 53 and 4E. RGB value is (133,83,78). Sum of RGB (Red+Green+Blue) = 133+83+78=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85534E is #7AACB1. Grayscale: #616161. Windows color (decimal): -8039602 or 5133189. OLE color: 5133189.
HSL color Cylindrical-coordinate representation of color #85534E: hue angle of 5.45º 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 #85534E is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 78 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.48 |
| HSL | 5.45º | 0.26% | 0.41% | - |
| HSV(B) | 5.45º | 0.41% | 0.52% | - |
| XYZ | 14.14 | 11.72 | 8.73 | - |
| YUV | 97.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 78 | 0 | 0.38 | 0.41 | 0.48 | 5.45 | 0.26 | 0.41 |
| Hex | 85 | 53 | 4E | 0 | 26 | 29 | 30 | 5 | 1A | 29 |
| Octal | 205 | 123 | 116 | 0 | 46 | 51 | 60 | 5 | 32 | 51 |
| Binary | 10000101 | 1010011 | 1001110 | 0 | 100110 | 101001 | 110000 | 101 | 11010 | 101001 |
Color Harmonies of #85534E
Complementary color
Monochromatic Colors of #85534E
Black with #85534E
Text Example
Text Example
White with #85534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85534E; }
p { color: rgb(133,83,78); }
H1.HeaderClassName
{
color: #85534E;
}
.AnyTagClassName
{
color: #85534E;
}
</style>
background-color css
<style>
a { background-color: #85534E; }
a { background-color: rgb(133,83,78); }
div.DivClassName
{
background-color: #85534E;
}
.BgClassName
{
background-color: #85534E;
}
</style>
border-color css
<style>
span { border-color: #85534E; }
span { border-color: rgb(133,83,78); }
td.TdClassName
{
border-color: #85534E;
}
.TagClassName
{
border-color: #85534E;
}
</style>