Shades of Lotus #8B554A
Tints of Lotus #8B554A
RGB
CMYK
RGB Variations
Color information
#8B554A (or 0x8B554A) is known color: Lotus. HEX triplet: 8B, 55 and 4A. RGB value is (139,85,74). Sum of RGB (Red+Green+Blue) = 139+85+74=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B554A is #74AAB5. Grayscale: #636363. Windows color (decimal): -7645878 or 4871563. OLE color: 4871563.
HSL color Cylindrical-coordinate representation of color #8B554A: hue angle of 10.15º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B554A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 74 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.45 |
| HSL | 10.15º | 0.31% | 0.42% | - |
| HSV(B) | 10.15º | 0.47% | 0.55% | - |
| XYZ | 15.13 | 12.48 | 8.09 | - |
| YUV | 99.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 74 | 0 | 0.39 | 0.47 | 0.45 | 10.15 | 0.31 | 0.42 |
| Hex | 8B | 55 | 4A | 0 | 27 | 2F | 2D | A | 1F | 2A |
| Octal | 213 | 125 | 112 | 0 | 47 | 57 | 55 | 12 | 37 | 52 |
| Binary | 10001011 | 1010101 | 1001010 | 0 | 100111 | 101111 | 101101 | 1010 | 11111 | 101010 |
Color Harmonies of #8B554A
Complementary color
Monochromatic Colors of #8B554A
Black with #8B554A
Text Example
Text Example
White with #8B554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B554A; }
p { color: rgb(139,85,74); }
H1.HeaderClassName
{
color: #8B554A;
}
.AnyTagClassName
{
color: #8B554A;
}
</style>
background-color css
<style>
a { background-color: #8B554A; }
a { background-color: rgb(139,85,74); }
div.DivClassName
{
background-color: #8B554A;
}
.BgClassName
{
background-color: #8B554A;
}
</style>
border-color css
<style>
span { border-color: #8B554A; }
span { border-color: rgb(139,85,74); }
td.TdClassName
{
border-color: #8B554A;
}
.TagClassName
{
border-color: #8B554A;
}
</style>