Shades of Lotus #8B534D
Tints of Lotus #8B534D
RGB
CMYK
RGB Variations
Color information
#8B534D (or 0x8B534D) is known color: Lotus. HEX triplet: 8B, 53 and 4D. RGB value is (139,83,77). Sum of RGB (Red+Green+Blue) = 139+83+77=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B534D is #74ACB2. Grayscale: #636363. Windows color (decimal): -7646387 or 5067659. OLE color: 5067659.
HSL color Cylindrical-coordinate representation of color #8B534D: hue angle of 5.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B534D is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 77 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.45 |
| HSL | 5.81º | 0.29% | 0.42% | - |
| HSV(B) | 5.81º | 0.45% | 0.55% | - |
| XYZ | 15.08 | 12.21 | 8.58 | - |
| YUV | 99.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 77 | 0 | 0.40 | 0.45 | 0.45 | 5.81 | 0.29 | 0.42 |
| Hex | 8B | 53 | 4D | 0 | 28 | 2D | 2D | 6 | 1D | 2A |
| Octal | 213 | 123 | 115 | 0 | 50 | 55 | 55 | 6 | 35 | 52 |
| Binary | 10001011 | 1010011 | 1001101 | 0 | 101000 | 101101 | 101101 | 110 | 11101 | 101010 |
Color Harmonies of #8B534D
Complementary color
Monochromatic Colors of #8B534D
Black with #8B534D
Text Example
Text Example
White with #8B534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B534D; }
p { color: rgb(139,83,77); }
H1.HeaderClassName
{
color: #8B534D;
}
.AnyTagClassName
{
color: #8B534D;
}
</style>
background-color css
<style>
a { background-color: #8B534D; }
a { background-color: rgb(139,83,77); }
div.DivClassName
{
background-color: #8B534D;
}
.BgClassName
{
background-color: #8B534D;
}
</style>
border-color css
<style>
span { border-color: #8B534D; }
span { border-color: rgb(139,83,77); }
td.TdClassName
{
border-color: #8B534D;
}
.TagClassName
{
border-color: #8B534D;
}
</style>