Shades of Lotus #85504C
Tints of Lotus #85504C
RGB
CMYK
RGB Variations
Color information
#85504C (or 0x85504C) is known color: Lotus. HEX triplet: 85, 50 and 4C. RGB value is (133,80,76). Sum of RGB (Red+Green+Blue) = 133+80+76=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85504C is #7AAFB3. Grayscale: #5F5F5F. Windows color (decimal): -8040372 or 5001349. OLE color: 5001349.
HSL color Cylindrical-coordinate representation of color #85504C: hue angle of 4.21º 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 #85504C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 76 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.48 |
| HSL | 4.21º | 0.27% | 0.41% | - |
| HSV(B) | 4.21º | 0.43% | 0.52% | - |
| XYZ | 13.85 | 11.25 | 8.28 | - |
| YUV | 95.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 76 | 0 | 0.40 | 0.43 | 0.48 | 4.21 | 0.27 | 0.41 |
| Hex | 85 | 50 | 4C | 0 | 28 | 2B | 30 | 4 | 1B | 29 |
| Octal | 205 | 120 | 114 | 0 | 50 | 53 | 60 | 4 | 33 | 51 |
| Binary | 10000101 | 1010000 | 1001100 | 0 | 101000 | 101011 | 110000 | 100 | 11011 | 101001 |
Color Harmonies of #85504C
Complementary color
Monochromatic Colors of #85504C
Black with #85504C
Text Example
Text Example
White with #85504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85504C; }
p { color: rgb(133,80,76); }
H1.HeaderClassName
{
color: #85504C;
}
.AnyTagClassName
{
color: #85504C;
}
</style>
background-color css
<style>
a { background-color: #85504C; }
a { background-color: rgb(133,80,76); }
div.DivClassName
{
background-color: #85504C;
}
.BgClassName
{
background-color: #85504C;
}
</style>
border-color css
<style>
span { border-color: #85504C; }
span { border-color: rgb(133,80,76); }
td.TdClassName
{
border-color: #85504C;
}
.TagClassName
{
border-color: #85504C;
}
</style>