Shades of Lotus #8A524D
Tints of Lotus #8A524D
RGB
CMYK
RGB Variations
Color information
#8A524D (or 0x8A524D) is known color: Lotus. HEX triplet: 8A, 52 and 4D. RGB value is (138,82,77). Sum of RGB (Red+Green+Blue) = 138+82+77=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A524D is #75ADB2. Grayscale: #626262. Windows color (decimal): -7712179 or 5067402. OLE color: 5067402.
HSL color Cylindrical-coordinate representation of color #8A524D: hue angle of 4.92º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A524D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 77 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.46 |
| HSL | 4.92º | 0.28% | 0.42% | - |
| HSV(B) | 4.92º | 0.44% | 0.54% | - |
| XYZ | 14.84 | 11.97 | 8.55 | - |
| YUV | 98.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 77 | 0 | 0.41 | 0.44 | 0.46 | 4.92 | 0.28 | 0.42 |
| Hex | 8A | 52 | 4D | 0 | 29 | 2C | 2E | 5 | 1C | 2A |
| Octal | 212 | 122 | 115 | 0 | 51 | 54 | 56 | 5 | 34 | 52 |
| Binary | 10001010 | 1010010 | 1001101 | 0 | 101001 | 101100 | 101110 | 101 | 11100 | 101010 |
Color Harmonies of #8A524D
Complementary color
Monochromatic Colors of #8A524D
Black with #8A524D
Text Example
Text Example
White with #8A524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A524D; }
p { color: rgb(138,82,77); }
H1.HeaderClassName
{
color: #8A524D;
}
.AnyTagClassName
{
color: #8A524D;
}
</style>
background-color css
<style>
a { background-color: #8A524D; }
a { background-color: rgb(138,82,77); }
div.DivClassName
{
background-color: #8A524D;
}
.BgClassName
{
background-color: #8A524D;
}
</style>
border-color css
<style>
span { border-color: #8A524D; }
span { border-color: rgb(138,82,77); }
td.TdClassName
{
border-color: #8A524D;
}
.TagClassName
{
border-color: #8A524D;
}
</style>