Shades of Lotus #85534C
Tints of Lotus #85534C
RGB
CMYK
RGB Variations
Color information
#85534C (or 0x85534C) is known color: Lotus. HEX triplet: 85, 53 and 4C. RGB value is (133,83,76). Sum of RGB (Red+Green+Blue) = 133+83+76=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85534C is #7AACB3. Grayscale: #616161. Windows color (decimal): -8039604 or 5002117. OLE color: 5002117.
HSL color Cylindrical-coordinate representation of color #85534C: hue angle of 7.37º 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 #85534C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 76 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.48 |
| HSL | 7.37º | 0.27% | 0.41% | - |
| HSV(B) | 7.37º | 0.43% | 0.52% | - |
| XYZ | 14.07 | 11.69 | 8.35 | - |
| YUV | 97.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 76 | 0 | 0.38 | 0.43 | 0.48 | 7.37 | 0.27 | 0.41 |
| Hex | 85 | 53 | 4C | 0 | 26 | 2B | 30 | 7 | 1B | 29 |
| Octal | 205 | 123 | 114 | 0 | 46 | 53 | 60 | 7 | 33 | 51 |
| Binary | 10000101 | 1010011 | 1001100 | 0 | 100110 | 101011 | 110000 | 111 | 11011 | 101001 |
Color Harmonies of #85534C
Complementary color
Monochromatic Colors of #85534C
Black with #85534C
Text Example
Text Example
White with #85534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85534C; }
p { color: rgb(133,83,76); }
H1.HeaderClassName
{
color: #85534C;
}
.AnyTagClassName
{
color: #85534C;
}
</style>
background-color css
<style>
a { background-color: #85534C; }
a { background-color: rgb(133,83,76); }
div.DivClassName
{
background-color: #85534C;
}
.BgClassName
{
background-color: #85534C;
}
</style>
border-color css
<style>
span { border-color: #85534C; }
span { border-color: rgb(133,83,76); }
td.TdClassName
{
border-color: #85534C;
}
.TagClassName
{
border-color: #85534C;
}
</style>