Shades of Lotus #844B4A
Tints of Lotus #844B4A
RGB
CMYK
RGB Variations
Color information
#844B4A (or 0x844B4A) is known color: Lotus. HEX triplet: 84, 4B and 4A. RGB value is (132,75,74). Sum of RGB (Red+Green+Blue) = 132+75+74=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B4A is #7BB4B5. Grayscale: #5B5B5B. Windows color (decimal): -8107190 or 4868996. OLE color: 4868996.
HSL color Cylindrical-coordinate representation of color #844B4A: hue angle of 1.03º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844B4A is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 74 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.48 |
| HSL | 1.03º | 0.28% | 0.4% | - |
| HSV(B) | 1.03º | 0.44% | 0.52% | - |
| XYZ | 13.27 | 10.43 | 7.79 | - |
| YUV | 91.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 74 | 0 | 0.43 | 0.44 | 0.48 | 1.03 | 0.28 | 0.4 |
| Hex | 84 | 4B | 4A | 0 | 2B | 2C | 30 | 1 | 1C | 28 |
| Octal | 204 | 113 | 112 | 0 | 53 | 54 | 60 | 1 | 34 | 50 |
| Binary | 10000100 | 1001011 | 1001010 | 0 | 101011 | 101100 | 110000 | 1 | 11100 | 101000 |
Color Harmonies of #844B4A
Complementary color
Monochromatic Colors of #844B4A
Black with #844B4A
Text Example
Text Example
White with #844B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B4A; }
p { color: rgb(132,75,74); }
H1.HeaderClassName
{
color: #844B4A;
}
.AnyTagClassName
{
color: #844B4A;
}
</style>
background-color css
<style>
a { background-color: #844B4A; }
a { background-color: rgb(132,75,74); }
div.DivClassName
{
background-color: #844B4A;
}
.BgClassName
{
background-color: #844B4A;
}
</style>
border-color css
<style>
span { border-color: #844B4A; }
span { border-color: rgb(132,75,74); }
td.TdClassName
{
border-color: #844B4A;
}
.TagClassName
{
border-color: #844B4A;
}
</style>