Shades of Lotus #84564F
Tints of Lotus #84564F
RGB
CMYK
RGB Variations
Color information
#84564F (or 0x84564F) is known color: Lotus. HEX triplet: 84, 56 and 4F. RGB value is (132,86,79). Sum of RGB (Red+Green+Blue) = 132+86+79=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84564F is #7BA9B0. Grayscale: #636363. Windows color (decimal): -8104369 or 5199492. OLE color: 5199492.
HSL color Cylindrical-coordinate representation of color #84564F: hue angle of 7.92º 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 #84564F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 79 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.48 |
| HSL | 7.92º | 0.25% | 0.41% | - |
| HSV(B) | 7.92º | 0.4% | 0.52% | - |
| XYZ | 14.25 | 12.13 | 8.99 | - |
| YUV | 98.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 79 | 0 | 0.35 | 0.40 | 0.48 | 7.92 | 0.25 | 0.41 |
| Hex | 84 | 56 | 4F | 0 | 23 | 28 | 30 | 8 | 19 | 29 |
| Octal | 204 | 126 | 117 | 0 | 43 | 50 | 60 | 10 | 31 | 51 |
| Binary | 10000100 | 1010110 | 1001111 | 0 | 100011 | 101000 | 110000 | 1000 | 11001 | 101001 |
Color Harmonies of #84564F
Complementary color
Monochromatic Colors of #84564F
Black with #84564F
Text Example
Text Example
White with #84564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84564F; }
p { color: rgb(132,86,79); }
H1.HeaderClassName
{
color: #84564F;
}
.AnyTagClassName
{
color: #84564F;
}
</style>
background-color css
<style>
a { background-color: #84564F; }
a { background-color: rgb(132,86,79); }
div.DivClassName
{
background-color: #84564F;
}
.BgClassName
{
background-color: #84564F;
}
</style>
border-color css
<style>
span { border-color: #84564F; }
span { border-color: rgb(132,86,79); }
td.TdClassName
{
border-color: #84564F;
}
.TagClassName
{
border-color: #84564F;
}
</style>