Shades of Lotus #84524D
Tints of Lotus #84524D
RGB
CMYK
RGB Variations
Color information
#84524D (or 0x84524D) is known color: Lotus. HEX triplet: 84, 52 and 4D. RGB value is (132,82,77). Sum of RGB (Red+Green+Blue) = 132+82+77=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84524D is #7BADB2. Grayscale: #606060. Windows color (decimal): -8105395 or 5067396. OLE color: 5067396.
HSL color Cylindrical-coordinate representation of color #84524D: hue angle of 5.45º 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 #84524D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 77 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.48 |
| HSL | 5.45º | 0.26% | 0.41% | - |
| HSV(B) | 5.45º | 0.42% | 0.52% | - |
| XYZ | 13.87 | 11.48 | 8.51 | - |
| YUV | 96.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 77 | 0 | 0.38 | 0.42 | 0.48 | 5.45 | 0.26 | 0.41 |
| Hex | 84 | 52 | 4D | 0 | 26 | 2A | 30 | 5 | 1A | 29 |
| Octal | 204 | 122 | 115 | 0 | 46 | 52 | 60 | 5 | 32 | 51 |
| Binary | 10000100 | 1010010 | 1001101 | 0 | 100110 | 101010 | 110000 | 101 | 11010 | 101001 |
Color Harmonies of #84524D
Complementary color
Monochromatic Colors of #84524D
Black with #84524D
Text Example
Text Example
White with #84524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84524D; }
p { color: rgb(132,82,77); }
H1.HeaderClassName
{
color: #84524D;
}
.AnyTagClassName
{
color: #84524D;
}
</style>
background-color css
<style>
a { background-color: #84524D; }
a { background-color: rgb(132,82,77); }
div.DivClassName
{
background-color: #84524D;
}
.BgClassName
{
background-color: #84524D;
}
</style>
border-color css
<style>
span { border-color: #84524D; }
span { border-color: rgb(132,82,77); }
td.TdClassName
{
border-color: #84524D;
}
.TagClassName
{
border-color: #84524D;
}
</style>