Shades of Lotus #85524D
Tints of Lotus #85524D
RGB
CMYK
RGB Variations
Color information
#85524D (or 0x85524D) is known color: Lotus. HEX triplet: 85, 52 and 4D. RGB value is (133,82,77). Sum of RGB (Red+Green+Blue) = 133+82+77=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85524D is #7AADB2. Grayscale: #606060. Windows color (decimal): -8039859 or 5067397. OLE color: 5067397.
HSL color Cylindrical-coordinate representation of color #85524D: hue angle of 5.36º 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 #85524D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 77 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.48 |
| HSL | 5.36º | 0.27% | 0.41% | - |
| HSV(B) | 5.36º | 0.42% | 0.52% | - |
| XYZ | 14.03 | 11.56 | 8.51 | - |
| YUV | 96.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 77 | 0 | 0.38 | 0.42 | 0.48 | 5.36 | 0.27 | 0.41 |
| Hex | 85 | 52 | 4D | 0 | 26 | 2A | 30 | 5 | 1B | 29 |
| Octal | 205 | 122 | 115 | 0 | 46 | 52 | 60 | 5 | 33 | 51 |
| Binary | 10000101 | 1010010 | 1001101 | 0 | 100110 | 101010 | 110000 | 101 | 11011 | 101001 |
Color Harmonies of #85524D
Complementary color
Monochromatic Colors of #85524D
Black with #85524D
Text Example
Text Example
White with #85524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85524D; }
p { color: rgb(133,82,77); }
H1.HeaderClassName
{
color: #85524D;
}
.AnyTagClassName
{
color: #85524D;
}
</style>
background-color css
<style>
a { background-color: #85524D; }
a { background-color: rgb(133,82,77); }
div.DivClassName
{
background-color: #85524D;
}
.BgClassName
{
background-color: #85524D;
}
</style>
border-color css
<style>
span { border-color: #85524D; }
span { border-color: rgb(133,82,77); }
td.TdClassName
{
border-color: #85524D;
}
.TagClassName
{
border-color: #85524D;
}
</style>