Shades of Lotus #84544C
Tints of Lotus #84544C
RGB
CMYK
RGB Variations
Color information
#84544C (or 0x84544C) is known color: Lotus. HEX triplet: 84, 54 and 4C. RGB value is (132,84,76). Sum of RGB (Red+Green+Blue) = 132+84+76=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84544C is #7BABB3. Grayscale: #616161. Windows color (decimal): -8104884 or 5002372. OLE color: 5002372.
HSL color Cylindrical-coordinate representation of color #84544C: hue angle of 8.57º degrees, saturation: 0.27, 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 #84544C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 76 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.48 |
| HSL | 8.57º | 0.27% | 0.41% | - |
| HSV(B) | 8.57º | 0.42% | 0.52% | - |
| XYZ | 13.99 | 11.77 | 8.37 | - |
| YUV | 97.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 76 | 0 | 0.36 | 0.42 | 0.48 | 8.57 | 0.27 | 0.41 |
| Hex | 84 | 54 | 4C | 0 | 24 | 2A | 30 | 9 | 1B | 29 |
| Octal | 204 | 124 | 114 | 0 | 44 | 52 | 60 | 11 | 33 | 51 |
| Binary | 10000100 | 1010100 | 1001100 | 0 | 100100 | 101010 | 110000 | 1001 | 11011 | 101001 |
Color Harmonies of #84544C
Complementary color
Monochromatic Colors of #84544C
Black with #84544C
Text Example
Text Example
White with #84544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84544C; }
p { color: rgb(132,84,76); }
H1.HeaderClassName
{
color: #84544C;
}
.AnyTagClassName
{
color: #84544C;
}
</style>
background-color css
<style>
a { background-color: #84544C; }
a { background-color: rgb(132,84,76); }
div.DivClassName
{
background-color: #84544C;
}
.BgClassName
{
background-color: #84544C;
}
</style>
border-color css
<style>
span { border-color: #84544C; }
span { border-color: rgb(132,84,76); }
td.TdClassName
{
border-color: #84544C;
}
.TagClassName
{
border-color: #84544C;
}
</style>