Shades of Lotus #85524C
Tints of Lotus #85524C
RGB
CMYK
RGB Variations
Color information
#85524C (or 0x85524C) is known color: Lotus. HEX triplet: 85, 52 and 4C. RGB value is (133,82,76). Sum of RGB (Red+Green+Blue) = 133+82+76=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85524C is #7AADB3. Grayscale: #606060. Windows color (decimal): -8039860 or 5001861. OLE color: 5001861.
HSL color Cylindrical-coordinate representation of color #85524C: hue angle of 6.32º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85524C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 76 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.48 |
| HSL | 6.32º | 0.27% | 0.41% | - |
| HSV(B) | 6.32º | 0.43% | 0.52% | - |
| XYZ | 13.99 | 11.54 | 8.33 | - |
| YUV | 96.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 76 | 0 | 0.38 | 0.43 | 0.48 | 6.32 | 0.27 | 0.41 |
| Hex | 85 | 52 | 4C | 0 | 26 | 2B | 30 | 6 | 1B | 29 |
| Octal | 205 | 122 | 114 | 0 | 46 | 53 | 60 | 6 | 33 | 51 |
| Binary | 10000101 | 1010010 | 1001100 | 0 | 100110 | 101011 | 110000 | 110 | 11011 | 101001 |
Color Harmonies of #85524C
Complementary color
Monochromatic Colors of #85524C
Black with #85524C
Text Example
Text Example
White with #85524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85524C; }
p { color: rgb(133,82,76); }
H1.HeaderClassName
{
color: #85524C;
}
.AnyTagClassName
{
color: #85524C;
}
</style>
background-color css
<style>
a { background-color: #85524C; }
a { background-color: rgb(133,82,76); }
div.DivClassName
{
background-color: #85524C;
}
.BgClassName
{
background-color: #85524C;
}
</style>
border-color css
<style>
span { border-color: #85524C; }
span { border-color: rgb(133,82,76); }
td.TdClassName
{
border-color: #85524C;
}
.TagClassName
{
border-color: #85524C;
}
</style>