Shades of Lotus #8A544A
Tints of Lotus #8A544A
RGB
CMYK
RGB Variations
Color information
#8A544A (or 0x8A544A) is known color: Lotus. HEX triplet: 8A, 54 and 4A. RGB value is (138,84,74). Sum of RGB (Red+Green+Blue) = 138+84+74=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A544A is #75ABB5. Grayscale: #636363. Windows color (decimal): -7711670 or 4871306. OLE color: 4871306.
HSL color Cylindrical-coordinate representation of color #8A544A: hue angle of 9.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A544A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 74 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.46 |
| HSL | 9.38º | 0.3% | 0.42% | - |
| HSV(B) | 9.38º | 0.46% | 0.54% | - |
| XYZ | 14.89 | 12.24 | 8.06 | - |
| YUV | 99.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 74 | 0 | 0.39 | 0.46 | 0.46 | 9.38 | 0.3 | 0.42 |
| Hex | 8A | 54 | 4A | 0 | 27 | 2E | 2E | 9 | 1E | 2A |
| Octal | 212 | 124 | 112 | 0 | 47 | 56 | 56 | 11 | 36 | 52 |
| Binary | 10001010 | 1010100 | 1001010 | 0 | 100111 | 101110 | 101110 | 1001 | 11110 | 101010 |
Color Harmonies of #8A544A
Complementary color
Monochromatic Colors of #8A544A
Black with #8A544A
Text Example
Text Example
White with #8A544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A544A; }
p { color: rgb(138,84,74); }
H1.HeaderClassName
{
color: #8A544A;
}
.AnyTagClassName
{
color: #8A544A;
}
</style>
background-color css
<style>
a { background-color: #8A544A; }
a { background-color: rgb(138,84,74); }
div.DivClassName
{
background-color: #8A544A;
}
.BgClassName
{
background-color: #8A544A;
}
</style>
border-color css
<style>
span { border-color: #8A544A; }
span { border-color: rgb(138,84,74); }
td.TdClassName
{
border-color: #8A544A;
}
.TagClassName
{
border-color: #8A544A;
}
</style>