Shades of Lotus #8B5B54
Tints of Lotus #8B5B54
RGB
CMYK
RGB Variations
Color information
#8B5B54 (or 0x8B5B54) is known color: Lotus. HEX triplet: 8B, 5B and 54. RGB value is (139,91,84). Sum of RGB (Red+Green+Blue) = 139+91+84=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B54 is #74A4AB. Grayscale: #686868. Windows color (decimal): -7644332 or 5528459. OLE color: 5528459.
HSL color Cylindrical-coordinate representation of color #8B5B54: hue angle of 7.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5B54 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 84 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.45 |
| HSL | 7.64º | 0.25% | 0.44% | - |
| HSV(B) | 7.64º | 0.4% | 0.55% | - |
| XYZ | 15.99 | 13.61 | 10.17 | - |
| YUV | 104.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 84 | 0 | 0.35 | 0.40 | 0.45 | 7.64 | 0.25 | 0.44 |
| Hex | 8B | 5B | 54 | 0 | 23 | 28 | 2D | 8 | 19 | 2C |
| Octal | 213 | 133 | 124 | 0 | 43 | 50 | 55 | 10 | 31 | 54 |
| Binary | 10001011 | 1011011 | 1010100 | 0 | 100011 | 101000 | 101101 | 1000 | 11001 | 101100 |
Color Harmonies of #8B5B54
Complementary color
Monochromatic Colors of #8B5B54
Black with #8B5B54
Text Example
Text Example
White with #8B5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B54; }
p { color: rgb(139,91,84); }
H1.HeaderClassName
{
color: #8B5B54;
}
.AnyTagClassName
{
color: #8B5B54;
}
</style>
background-color css
<style>
a { background-color: #8B5B54; }
a { background-color: rgb(139,91,84); }
div.DivClassName
{
background-color: #8B5B54;
}
.BgClassName
{
background-color: #8B5B54;
}
</style>
border-color css
<style>
span { border-color: #8B5B54; }
span { border-color: rgb(139,91,84); }
td.TdClassName
{
border-color: #8B5B54;
}
.TagClassName
{
border-color: #8B5B54;
}
</style>