Shades of Lotus #804E49
Tints of Lotus #804E49
RGB
CMYK
RGB Variations
Color information
#804E49 (or 0x804E49) is known color: Lotus. HEX triplet: 80, 4E and 49. RGB value is (128,78,73). Sum of RGB (Red+Green+Blue) = 128+78+73=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #804E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E49 is #7FB1B6. Grayscale: #5C5C5C. Windows color (decimal): -8368567 or 4804224. OLE color: 4804224.
HSL color Cylindrical-coordinate representation of color #804E49: hue angle of 5.45º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804E49 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 73 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.50 |
| HSL | 5.45º | 0.27% | 0.39% | - |
| HSV(B) | 5.45º | 0.43% | 0.5% | - |
| XYZ | 12.83 | 10.52 | 7.66 | - |
| YUV | 92.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 73 | 0 | 0.39 | 0.43 | 0.50 | 5.45 | 0.27 | 0.39 |
| Hex | 80 | 4E | 49 | 0 | 27 | 2B | 32 | 5 | 1B | 27 |
| Octal | 200 | 116 | 111 | 0 | 47 | 53 | 62 | 5 | 33 | 47 |
| Binary | 10000000 | 1001110 | 1001001 | 0 | 100111 | 101011 | 110010 | 101 | 11011 | 100111 |
Color Harmonies of #804E49
Complementary color
Monochromatic Colors of #804E49
Black with #804E49
Text Example
Text Example
White with #804E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E49; }
p { color: rgb(128,78,73); }
H1.HeaderClassName
{
color: #804E49;
}
.AnyTagClassName
{
color: #804E49;
}
</style>
background-color css
<style>
a { background-color: #804E49; }
a { background-color: rgb(128,78,73); }
div.DivClassName
{
background-color: #804E49;
}
.BgClassName
{
background-color: #804E49;
}
</style>
border-color css
<style>
span { border-color: #804E49; }
span { border-color: rgb(128,78,73); }
td.TdClassName
{
border-color: #804E49;
}
.TagClassName
{
border-color: #804E49;
}
</style>