Shades of Lotus #874D48
Tints of Lotus #874D48
RGB
CMYK
RGB Variations
Color information
#874D48 (or 0x874D48) is known color: Lotus. HEX triplet: 87, 4D and 48. RGB value is (135,77,72). Sum of RGB (Red+Green+Blue) = 135+77+72=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #874D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D48 is #78B2B7. Grayscale: #5D5D5D. Windows color (decimal): -7910072 or 4738439. OLE color: 4738439.
HSL color Cylindrical-coordinate representation of color #874D48: hue angle of 4.76º 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 #874D48 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 72 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.47 |
| HSL | 4.76º | 0.3% | 0.41% | - |
| HSV(B) | 4.76º | 0.47% | 0.53% | - |
| XYZ | 13.82 | 10.93 | 7.51 | - |
| YUV | 93.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 72 | 0 | 0.43 | 0.47 | 0.47 | 4.76 | 0.3 | 0.41 |
| Hex | 87 | 4D | 48 | 0 | 2B | 2F | 2F | 5 | 1E | 29 |
| Octal | 207 | 115 | 110 | 0 | 53 | 57 | 57 | 5 | 36 | 51 |
| Binary | 10000111 | 1001101 | 1001000 | 0 | 101011 | 101111 | 101111 | 101 | 11110 | 101001 |
Color Harmonies of #874D48
Complementary color
Monochromatic Colors of #874D48
Black with #874D48
Text Example
Text Example
White with #874D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D48; }
p { color: rgb(135,77,72); }
H1.HeaderClassName
{
color: #874D48;
}
.AnyTagClassName
{
color: #874D48;
}
</style>
background-color css
<style>
a { background-color: #874D48; }
a { background-color: rgb(135,77,72); }
div.DivClassName
{
background-color: #874D48;
}
.BgClassName
{
background-color: #874D48;
}
</style>
border-color css
<style>
span { border-color: #874D48; }
span { border-color: rgb(135,77,72); }
td.TdClassName
{
border-color: #874D48;
}
.TagClassName
{
border-color: #874D48;
}
</style>