Shades of Lotus #8C5853
Tints of Lotus #8C5853
RGB
CMYK
RGB Variations
Color information
#8C5853 (or 0x8C5853) is known color: Lotus. HEX triplet: 8C, 58 and 53. RGB value is (140,88,83). Sum of RGB (Red+Green+Blue) = 140+88+83=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5853 is #73A7AC. Grayscale: #676767. Windows color (decimal): -7579565 or 5462156. OLE color: 5462156.
HSL color Cylindrical-coordinate representation of color #8C5853: hue angle of 5.26º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5853 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 83 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.45 |
| HSL | 5.26º | 0.26% | 0.44% | - |
| HSV(B) | 5.26º | 0.41% | 0.55% | - |
| XYZ | 15.87 | 13.18 | 9.89 | - |
| YUV | 102.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 83 | 0 | 0.37 | 0.41 | 0.45 | 5.26 | 0.26 | 0.44 |
| Hex | 8C | 58 | 53 | 0 | 25 | 29 | 2D | 5 | 1A | 2C |
| Octal | 214 | 130 | 123 | 0 | 45 | 51 | 55 | 5 | 32 | 54 |
| Binary | 10001100 | 1011000 | 1010011 | 0 | 100101 | 101001 | 101101 | 101 | 11010 | 101100 |
Color Harmonies of #8C5853
Complementary color
Monochromatic Colors of #8C5853
Black with #8C5853
Text Example
Text Example
White with #8C5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5853; }
p { color: rgb(140,88,83); }
H1.HeaderClassName
{
color: #8C5853;
}
.AnyTagClassName
{
color: #8C5853;
}
</style>
background-color css
<style>
a { background-color: #8C5853; }
a { background-color: rgb(140,88,83); }
div.DivClassName
{
background-color: #8C5853;
}
.BgClassName
{
background-color: #8C5853;
}
</style>
border-color css
<style>
span { border-color: #8C5853; }
span { border-color: rgb(140,88,83); }
td.TdClassName
{
border-color: #8C5853;
}
.TagClassName
{
border-color: #8C5853;
}
</style>