Shades of Lotus #875B55
Tints of Lotus #875B55
RGB
CMYK
RGB Variations
Color information
#875B55 (or 0x875B55) is known color: Lotus. HEX triplet: 87, 5B and 55. RGB value is (135,91,85). Sum of RGB (Red+Green+Blue) = 135+91+85=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #875B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B55 is #78A4AA. Grayscale: #676767. Windows color (decimal): -7906475 or 5593991. OLE color: 5593991.
HSL color Cylindrical-coordinate representation of color #875B55: hue angle of 7.2º 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 #875B55 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 85 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.47 |
| HSL | 7.2º | 0.23% | 0.43% | - |
| HSV(B) | 7.2º | 0.37% | 0.53% | - |
| XYZ | 15.37 | 13.29 | 10.35 | - |
| YUV | 103.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 85 | 0 | 0.33 | 0.37 | 0.47 | 7.2 | 0.23 | 0.43 |
| Hex | 87 | 5B | 55 | 0 | 21 | 25 | 2F | 7 | 17 | 2B |
| Octal | 207 | 133 | 125 | 0 | 41 | 45 | 57 | 7 | 27 | 53 |
| Binary | 10000111 | 1011011 | 1010101 | 0 | 100001 | 100101 | 101111 | 111 | 10111 | 101011 |
Color Harmonies of #875B55
Complementary color
Monochromatic Colors of #875B55
Black with #875B55
Text Example
Text Example
White with #875B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B55; }
p { color: rgb(135,91,85); }
H1.HeaderClassName
{
color: #875B55;
}
.AnyTagClassName
{
color: #875B55;
}
</style>
background-color css
<style>
a { background-color: #875B55; }
a { background-color: rgb(135,91,85); }
div.DivClassName
{
background-color: #875B55;
}
.BgClassName
{
background-color: #875B55;
}
</style>
border-color css
<style>
span { border-color: #875B55; }
span { border-color: rgb(135,91,85); }
td.TdClassName
{
border-color: #875B55;
}
.TagClassName
{
border-color: #875B55;
}
</style>