Shades of Lotus #84564E
Tints of Lotus #84564E
RGB
CMYK
RGB Variations
Color information
#84564E (or 0x84564E) is known color: Lotus. HEX triplet: 84, 56 and 4E. RGB value is (132,86,78). Sum of RGB (Red+Green+Blue) = 132+86+78=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84564E is #7BA9B1. Grayscale: #626262. Windows color (decimal): -8104370 or 5133956. OLE color: 5133956.
HSL color Cylindrical-coordinate representation of color #84564E: hue angle of 8.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84564E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 78 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.48 |
| HSL | 8.89º | 0.26% | 0.41% | - |
| HSV(B) | 8.89º | 0.41% | 0.52% | - |
| XYZ | 14.22 | 12.11 | 8.8 | - |
| YUV | 98.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 78 | 0 | 0.35 | 0.41 | 0.48 | 8.89 | 0.26 | 0.41 |
| Hex | 84 | 56 | 4E | 0 | 23 | 29 | 30 | 9 | 1A | 29 |
| Octal | 204 | 126 | 116 | 0 | 43 | 51 | 60 | 11 | 32 | 51 |
| Binary | 10000100 | 1010110 | 1001110 | 0 | 100011 | 101001 | 110000 | 1001 | 11010 | 101001 |
Color Harmonies of #84564E
Complementary color
Monochromatic Colors of #84564E
Black with #84564E
Text Example
Text Example
White with #84564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84564E; }
p { color: rgb(132,86,78); }
H1.HeaderClassName
{
color: #84564E;
}
.AnyTagClassName
{
color: #84564E;
}
</style>
background-color css
<style>
a { background-color: #84564E; }
a { background-color: rgb(132,86,78); }
div.DivClassName
{
background-color: #84564E;
}
.BgClassName
{
background-color: #84564E;
}
</style>
border-color css
<style>
span { border-color: #84564E; }
span { border-color: rgb(132,86,78); }
td.TdClassName
{
border-color: #84564E;
}
.TagClassName
{
border-color: #84564E;
}
</style>