Shades of Lotus #8B504C
Tints of Lotus #8B504C
RGB
CMYK
RGB Variations
Color information
#8B504C (or 0x8B504C) is known color: Lotus. HEX triplet: 8B, 50 and 4C. RGB value is (139,80,76). Sum of RGB (Red+Green+Blue) = 139+80+76=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B504C is #74AFB3. Grayscale: #616161. Windows color (decimal): -7647156 or 5001355. OLE color: 5001355.
HSL color Cylindrical-coordinate representation of color #8B504C: hue angle of 3.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 #8B504C is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 76 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.45 |
| HSL | 3.81º | 0.29% | 0.42% | - |
| HSV(B) | 3.81º | 0.45% | 0.55% | - |
| XYZ | 14.82 | 11.75 | 8.32 | - |
| YUV | 97.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 76 | 0 | 0.42 | 0.45 | 0.45 | 3.81 | 0.29 | 0.42 |
| Hex | 8B | 50 | 4C | 0 | 2A | 2D | 2D | 4 | 1D | 2A |
| Octal | 213 | 120 | 114 | 0 | 52 | 55 | 55 | 4 | 35 | 52 |
| Binary | 10001011 | 1010000 | 1001100 | 0 | 101010 | 101101 | 101101 | 100 | 11101 | 101010 |
Color Harmonies of #8B504C
Complementary color
Monochromatic Colors of #8B504C
Black with #8B504C
Text Example
Text Example
White with #8B504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B504C; }
p { color: rgb(139,80,76); }
H1.HeaderClassName
{
color: #8B504C;
}
.AnyTagClassName
{
color: #8B504C;
}
</style>
background-color css
<style>
a { background-color: #8B504C; }
a { background-color: rgb(139,80,76); }
div.DivClassName
{
background-color: #8B504C;
}
.BgClassName
{
background-color: #8B504C;
}
</style>
border-color css
<style>
span { border-color: #8B504C; }
span { border-color: rgb(139,80,76); }
td.TdClassName
{
border-color: #8B504C;
}
.TagClassName
{
border-color: #8B504C;
}
</style>