Shades of Lotus #85524A
Tints of Lotus #85524A
RGB
CMYK
RGB Variations
Color information
#85524A (or 0x85524A) is known color: Lotus. HEX triplet: 85, 52 and 4A. RGB value is (133,82,74). Sum of RGB (Red+Green+Blue) = 133+82+74=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85524A is #7AADB5. Grayscale: #606060. Windows color (decimal): -8039862 or 4870789. OLE color: 4870789.
HSL color Cylindrical-coordinate representation of color #85524A: hue angle of 8.14º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85524A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 74 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.48 |
| HSL | 8.14º | 0.29% | 0.41% | - |
| HSV(B) | 8.14º | 0.44% | 0.52% | - |
| XYZ | 13.93 | 11.52 | 7.97 | - |
| YUV | 96.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 74 | 0 | 0.38 | 0.44 | 0.48 | 8.14 | 0.29 | 0.41 |
| Hex | 85 | 52 | 4A | 0 | 26 | 2C | 30 | 8 | 1D | 29 |
| Octal | 205 | 122 | 112 | 0 | 46 | 54 | 60 | 10 | 35 | 51 |
| Binary | 10000101 | 1010010 | 1001010 | 0 | 100110 | 101100 | 110000 | 1000 | 11101 | 101001 |
Color Harmonies of #85524A
Complementary color
Monochromatic Colors of #85524A
Black with #85524A
Text Example
Text Example
White with #85524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85524A; }
p { color: rgb(133,82,74); }
H1.HeaderClassName
{
color: #85524A;
}
.AnyTagClassName
{
color: #85524A;
}
</style>
background-color css
<style>
a { background-color: #85524A; }
a { background-color: rgb(133,82,74); }
div.DivClassName
{
background-color: #85524A;
}
.BgClassName
{
background-color: #85524A;
}
</style>
border-color css
<style>
span { border-color: #85524A; }
span { border-color: rgb(133,82,74); }
td.TdClassName
{
border-color: #85524A;
}
.TagClassName
{
border-color: #85524A;
}
</style>