Shades of Lotus #874A48
Tints of Lotus #874A48
RGB
CMYK
RGB Variations
Color information
#874A48 (or 0x874A48) is known color: Lotus. HEX triplet: 87, 4A and 48. RGB value is (135,74,72). Sum of RGB (Red+Green+Blue) = 135+74+72=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A48 is #78B5B7. Grayscale: #5C5C5C. Windows color (decimal): -7910840 or 4737671. OLE color: 4737671.
HSL color Cylindrical-coordinate representation of color #874A48: hue angle of 1.9º 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 #874A48 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 72 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.47 |
| HSL | 1.9º | 0.3% | 0.41% | - |
| HSV(B) | 1.9º | 0.47% | 0.53% | - |
| XYZ | 13.61 | 10.52 | 7.44 | - |
| YUV | 92.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 72 | 0 | 0.45 | 0.47 | 0.47 | 1.9 | 0.3 | 0.41 |
| Hex | 87 | 4A | 48 | 0 | 2D | 2F | 2F | 2 | 1E | 29 |
| Octal | 207 | 112 | 110 | 0 | 55 | 57 | 57 | 2 | 36 | 51 |
| Binary | 10000111 | 1001010 | 1001000 | 0 | 101101 | 101111 | 101111 | 10 | 11110 | 101001 |
Color Harmonies of #874A48
Complementary color
Monochromatic Colors of #874A48
Black with #874A48
Text Example
Text Example
White with #874A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A48; }
p { color: rgb(135,74,72); }
H1.HeaderClassName
{
color: #874A48;
}
.AnyTagClassName
{
color: #874A48;
}
</style>
background-color css
<style>
a { background-color: #874A48; }
a { background-color: rgb(135,74,72); }
div.DivClassName
{
background-color: #874A48;
}
.BgClassName
{
background-color: #874A48;
}
</style>
border-color css
<style>
span { border-color: #874A48; }
span { border-color: rgb(135,74,72); }
td.TdClassName
{
border-color: #874A48;
}
.TagClassName
{
border-color: #874A48;
}
</style>