Shades of Lotus #8A5549
Tints of Lotus #8A5549
RGB
CMYK
RGB Variations
Color information
#8A5549 (or 0x8A5549) is known color: Lotus. HEX triplet: 8A, 55 and 49. RGB value is (138,85,73). Sum of RGB (Red+Green+Blue) = 138+85+73=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5549 is #75AAB6. Grayscale: #636363. Windows color (decimal): -7711415 or 4806026. OLE color: 4806026.
HSL color Cylindrical-coordinate representation of color #8A5549: hue angle of 11.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A5549 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 73 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.46 |
| HSL | 11.08º | 0.31% | 0.41% | - |
| HSV(B) | 11.08º | 0.47% | 0.54% | - |
| XYZ | 14.93 | 12.38 | 7.91 | - |
| YUV | 99.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 73 | 0 | 0.38 | 0.47 | 0.46 | 11.08 | 0.31 | 0.41 |
| Hex | 8A | 55 | 49 | 0 | 26 | 2F | 2E | B | 1F | 29 |
| Octal | 212 | 125 | 111 | 0 | 46 | 57 | 56 | 13 | 37 | 51 |
| Binary | 10001010 | 1010101 | 1001001 | 0 | 100110 | 101111 | 101110 | 1011 | 11111 | 101001 |
Color Harmonies of #8A5549
Complementary color
Monochromatic Colors of #8A5549
Black with #8A5549
Text Example
Text Example
White with #8A5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5549; }
p { color: rgb(138,85,73); }
H1.HeaderClassName
{
color: #8A5549;
}
.AnyTagClassName
{
color: #8A5549;
}
</style>
background-color css
<style>
a { background-color: #8A5549; }
a { background-color: rgb(138,85,73); }
div.DivClassName
{
background-color: #8A5549;
}
.BgClassName
{
background-color: #8A5549;
}
</style>
border-color css
<style>
span { border-color: #8A5549; }
span { border-color: rgb(138,85,73); }
td.TdClassName
{
border-color: #8A5549;
}
.TagClassName
{
border-color: #8A5549;
}
</style>