Shades of Lotus #844A47
Tints of Lotus #844A47
RGB
CMYK
RGB Variations
Color information
#844A47 (or 0x844A47) is known color: Lotus. HEX triplet: 84, 4A and 47. RGB value is (132,74,71). Sum of RGB (Red+Green+Blue) = 132+74+71=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #844A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A47 is #7BB5B8. Grayscale: #5B5B5B. Windows color (decimal): -8107449 or 4672132. OLE color: 4672132.
HSL color Cylindrical-coordinate representation of color #844A47: hue angle of 2.95º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844A47 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 71 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.48 |
| HSL | 2.95º | 0.3% | 0.4% | - |
| HSV(B) | 2.95º | 0.46% | 0.52% | - |
| XYZ | 13.1 | 10.26 | 7.25 | - |
| YUV | 91 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 71 | 0 | 0.44 | 0.46 | 0.48 | 2.95 | 0.3 | 0.4 |
| Hex | 84 | 4A | 47 | 0 | 2C | 2E | 30 | 3 | 1E | 28 |
| Octal | 204 | 112 | 107 | 0 | 54 | 56 | 60 | 3 | 36 | 50 |
| Binary | 10000100 | 1001010 | 1000111 | 0 | 101100 | 101110 | 110000 | 11 | 11110 | 101000 |
Color Harmonies of #844A47
Complementary color
Monochromatic Colors of #844A47
Black with #844A47
Text Example
Text Example
White with #844A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A47; }
p { color: rgb(132,74,71); }
H1.HeaderClassName
{
color: #844A47;
}
.AnyTagClassName
{
color: #844A47;
}
</style>
background-color css
<style>
a { background-color: #844A47; }
a { background-color: rgb(132,74,71); }
div.DivClassName
{
background-color: #844A47;
}
.BgClassName
{
background-color: #844A47;
}
</style>
border-color css
<style>
span { border-color: #844A47; }
span { border-color: rgb(132,74,71); }
td.TdClassName
{
border-color: #844A47;
}
.TagClassName
{
border-color: #844A47;
}
</style>