Shades of Lotus #874B47
Tints of Lotus #874B47
RGB
CMYK
RGB Variations
Color information
#874B47 (or 0x874B47) is known color: Lotus. HEX triplet: 87, 4B and 47. RGB value is (135,75,71). Sum of RGB (Red+Green+Blue) = 135+75+71=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B47 is #78B4B8. Grayscale: #5C5C5C. Windows color (decimal): -7910585 or 4672391. OLE color: 4672391.
HSL color Cylindrical-coordinate representation of color #874B47: hue angle of 3.75º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874B47 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 71 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.47 |
| HSL | 3.75º | 0.31% | 0.4% | - |
| HSV(B) | 3.75º | 0.47% | 0.53% | - |
| XYZ | 13.65 | 10.64 | 7.3 | - |
| YUV | 92.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 71 | 0 | 0.44 | 0.47 | 0.47 | 3.75 | 0.31 | 0.4 |
| Hex | 87 | 4B | 47 | 0 | 2C | 2F | 2F | 4 | 1F | 28 |
| Octal | 207 | 113 | 107 | 0 | 54 | 57 | 57 | 4 | 37 | 50 |
| Binary | 10000111 | 1001011 | 1000111 | 0 | 101100 | 101111 | 101111 | 100 | 11111 | 101000 |
Color Harmonies of #874B47
Complementary color
Monochromatic Colors of #874B47
Black with #874B47
Text Example
Text Example
White with #874B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B47; }
p { color: rgb(135,75,71); }
H1.HeaderClassName
{
color: #874B47;
}
.AnyTagClassName
{
color: #874B47;
}
</style>
background-color css
<style>
a { background-color: #874B47; }
a { background-color: rgb(135,75,71); }
div.DivClassName
{
background-color: #874B47;
}
.BgClassName
{
background-color: #874B47;
}
</style>
border-color css
<style>
span { border-color: #874B47; }
span { border-color: rgb(135,75,71); }
td.TdClassName
{
border-color: #874B47;
}
.TagClassName
{
border-color: #874B47;
}
</style>