Shades of Lotus #904E4A
Tints of Lotus #904E4A
RGB
CMYK
RGB Variations
Color information
#904E4A (or 0x904E4A) is known color: Lotus. HEX triplet: 90, 4E and 4A. RGB value is (144,78,74). Sum of RGB (Red+Green+Blue) = 144+78+74=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #904E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E4A is #6FB1B5. Grayscale: #616161. Windows color (decimal): -7319990 or 4869776. OLE color: 4869776.
HSL color Cylindrical-coordinate representation of color #904E4A: hue angle of 3.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904E4A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 74 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.44 |
| HSL | 3.43º | 0.32% | 0.43% | - |
| HSV(B) | 3.43º | 0.49% | 0.56% | - |
| XYZ | 15.46 | 11.87 | 7.96 | - |
| YUV | 97.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 74 | 0 | 0.46 | 0.49 | 0.44 | 3.43 | 0.32 | 0.43 |
| Hex | 90 | 4E | 4A | 0 | 2E | 31 | 2C | 3 | 20 | 2B |
| Octal | 220 | 116 | 112 | 0 | 56 | 61 | 54 | 3 | 40 | 53 |
| Binary | 10010000 | 1001110 | 1001010 | 0 | 101110 | 110001 | 101100 | 11 | 100000 | 101011 |
Color Harmonies of #904E4A
Complementary color
Monochromatic Colors of #904E4A
Black with #904E4A
Text Example
Text Example
White with #904E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E4A; }
p { color: rgb(144,78,74); }
H1.HeaderClassName
{
color: #904E4A;
}
.AnyTagClassName
{
color: #904E4A;
}
</style>
background-color css
<style>
a { background-color: #904E4A; }
a { background-color: rgb(144,78,74); }
div.DivClassName
{
background-color: #904E4A;
}
.BgClassName
{
background-color: #904E4A;
}
</style>
border-color css
<style>
span { border-color: #904E4A; }
span { border-color: rgb(144,78,74); }
td.TdClassName
{
border-color: #904E4A;
}
.TagClassName
{
border-color: #904E4A;
}
</style>