Shades of Lotus #84574D
Tints of Lotus #84574D
RGB
CMYK
RGB Variations
Color information
#84574D (or 0x84574D) is known color: Lotus. HEX triplet: 84, 57 and 4D. RGB value is (132,87,77). Sum of RGB (Red+Green+Blue) = 132+87+77=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84574D is #7BA8B2. Grayscale: #636363. Windows color (decimal): -8104115 or 5068676. OLE color: 5068676.
HSL color Cylindrical-coordinate representation of color #84574D: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84574D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 77 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.48 |
| HSL | 10.91º | 0.26% | 0.41% | - |
| HSV(B) | 10.91º | 0.42% | 0.52% | - |
| XYZ | 14.26 | 12.26 | 8.64 | - |
| YUV | 99.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 77 | 0 | 0.34 | 0.42 | 0.48 | 10.91 | 0.26 | 0.41 |
| Hex | 84 | 57 | 4D | 0 | 22 | 2A | 30 | B | 1A | 29 |
| Octal | 204 | 127 | 115 | 0 | 42 | 52 | 60 | 13 | 32 | 51 |
| Binary | 10000100 | 1010111 | 1001101 | 0 | 100010 | 101010 | 110000 | 1011 | 11010 | 101001 |
Color Harmonies of #84574D
Complementary color
Monochromatic Colors of #84574D
Black with #84574D
Text Example
Text Example
White with #84574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84574D; }
p { color: rgb(132,87,77); }
H1.HeaderClassName
{
color: #84574D;
}
.AnyTagClassName
{
color: #84574D;
}
</style>
background-color css
<style>
a { background-color: #84574D; }
a { background-color: rgb(132,87,77); }
div.DivClassName
{
background-color: #84574D;
}
.BgClassName
{
background-color: #84574D;
}
</style>
border-color css
<style>
span { border-color: #84574D; }
span { border-color: rgb(132,87,77); }
td.TdClassName
{
border-color: #84574D;
}
.TagClassName
{
border-color: #84574D;
}
</style>