Shades of Lotus #874E48
Tints of Lotus #874E48
RGB
CMYK
RGB Variations
Color information
#874E48 (or 0x874E48) is known color: Lotus. HEX triplet: 87, 4E and 48. RGB value is (135,78,72). Sum of RGB (Red+Green+Blue) = 135+78+72=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E48 is #78B1B7. Grayscale: #5E5E5E. Windows color (decimal): -7909816 or 4738695. OLE color: 4738695.
HSL color Cylindrical-coordinate representation of color #874E48: hue angle of 5.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874E48 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 72 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.47 |
| HSL | 5.71º | 0.3% | 0.41% | - |
| HSV(B) | 5.71º | 0.47% | 0.53% | - |
| XYZ | 13.89 | 11.07 | 7.54 | - |
| YUV | 94.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 72 | 0 | 0.42 | 0.47 | 0.47 | 5.71 | 0.3 | 0.41 |
| Hex | 87 | 4E | 48 | 0 | 2A | 2F | 2F | 6 | 1E | 29 |
| Octal | 207 | 116 | 110 | 0 | 52 | 57 | 57 | 6 | 36 | 51 |
| Binary | 10000111 | 1001110 | 1001000 | 0 | 101010 | 101111 | 101111 | 110 | 11110 | 101001 |
Color Harmonies of #874E48
Complementary color
Monochromatic Colors of #874E48
Black with #874E48
Text Example
Text Example
White with #874E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E48; }
p { color: rgb(135,78,72); }
H1.HeaderClassName
{
color: #874E48;
}
.AnyTagClassName
{
color: #874E48;
}
</style>
background-color css
<style>
a { background-color: #874E48; }
a { background-color: rgb(135,78,72); }
div.DivClassName
{
background-color: #874E48;
}
.BgClassName
{
background-color: #874E48;
}
</style>
border-color css
<style>
span { border-color: #874E48; }
span { border-color: rgb(135,78,72); }
td.TdClassName
{
border-color: #874E48;
}
.TagClassName
{
border-color: #874E48;
}
</style>