Shades of Lotus #875955
Tints of Lotus #875955
RGB
CMYK
RGB Variations
Color information
#875955 (or 0x875955) is known color: Lotus. HEX triplet: 87, 59 and 55. RGB value is (135,89,85). Sum of RGB (Red+Green+Blue) = 135+89+85=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #875955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875955 is #78A6AA. Grayscale: #666666. Windows color (decimal): -7906987 or 5593479. OLE color: 5593479.
HSL color Cylindrical-coordinate representation of color #875955: hue angle of 4.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875955 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 85 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.47 |
| HSL | 4.8º | 0.23% | 0.43% | - |
| HSV(B) | 4.8º | 0.37% | 0.53% | - |
| XYZ | 15.2 | 12.95 | 10.29 | - |
| YUV | 102.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 85 | 0 | 0.34 | 0.37 | 0.47 | 4.8 | 0.23 | 0.43 |
| Hex | 87 | 59 | 55 | 0 | 22 | 25 | 2F | 5 | 17 | 2B |
| Octal | 207 | 131 | 125 | 0 | 42 | 45 | 57 | 5 | 27 | 53 |
| Binary | 10000111 | 1011001 | 1010101 | 0 | 100010 | 100101 | 101111 | 101 | 10111 | 101011 |
Color Harmonies of #875955
Complementary color
Monochromatic Colors of #875955
Black with #875955
Text Example
Text Example
White with #875955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875955; }
p { color: rgb(135,89,85); }
H1.HeaderClassName
{
color: #875955;
}
.AnyTagClassName
{
color: #875955;
}
</style>
background-color css
<style>
a { background-color: #875955; }
a { background-color: rgb(135,89,85); }
div.DivClassName
{
background-color: #875955;
}
.BgClassName
{
background-color: #875955;
}
</style>
border-color css
<style>
span { border-color: #875955; }
span { border-color: rgb(135,89,85); }
td.TdClassName
{
border-color: #875955;
}
.TagClassName
{
border-color: #875955;
}
</style>