Shades of Lotus #84524F
Tints of Lotus #84524F
RGB
CMYK
RGB Variations
Color information
#84524F (or 0x84524F) is known color: Lotus. HEX triplet: 84, 52 and 4F. RGB value is (132,82,79). Sum of RGB (Red+Green+Blue) = 132+82+79=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84524F is #7BADB0. Grayscale: #606060. Windows color (decimal): -8105393 or 5198468. OLE color: 5198468.
HSL color Cylindrical-coordinate representation of color #84524F: hue angle of 3.4º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84524F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 79 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.48 |
| HSL | 3.4º | 0.25% | 0.41% | - |
| HSV(B) | 3.4º | 0.4% | 0.52% | - |
| XYZ | 13.94 | 11.5 | 8.88 | - |
| YUV | 96.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 79 | 0 | 0.38 | 0.40 | 0.48 | 3.4 | 0.25 | 0.41 |
| Hex | 84 | 52 | 4F | 0 | 26 | 28 | 30 | 3 | 19 | 29 |
| Octal | 204 | 122 | 117 | 0 | 46 | 50 | 60 | 3 | 31 | 51 |
| Binary | 10000100 | 1010010 | 1001111 | 0 | 100110 | 101000 | 110000 | 11 | 11001 | 101001 |
Color Harmonies of #84524F
Complementary color
Monochromatic Colors of #84524F
Black with #84524F
Text Example
Text Example
White with #84524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84524F; }
p { color: rgb(132,82,79); }
H1.HeaderClassName
{
color: #84524F;
}
.AnyTagClassName
{
color: #84524F;
}
</style>
background-color css
<style>
a { background-color: #84524F; }
a { background-color: rgb(132,82,79); }
div.DivClassName
{
background-color: #84524F;
}
.BgClassName
{
background-color: #84524F;
}
</style>
border-color css
<style>
span { border-color: #84524F; }
span { border-color: rgb(132,82,79); }
td.TdClassName
{
border-color: #84524F;
}
.TagClassName
{
border-color: #84524F;
}
</style>