Shades of Lotus #8C5753
Tints of Lotus #8C5753
RGB
CMYK
RGB Variations
Color information
#8C5753 (or 0x8C5753) is known color: Lotus. HEX triplet: 8C, 57 and 53. RGB value is (140,87,83). Sum of RGB (Red+Green+Blue) = 140+87+83=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5753 is #73A8AC. Grayscale: #666666. Windows color (decimal): -7579821 or 5461900. OLE color: 5461900.
HSL color Cylindrical-coordinate representation of color #8C5753: hue angle of 4.21º 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 #8C5753 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 83 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.45 |
| HSL | 4.21º | 0.26% | 0.44% | - |
| HSV(B) | 4.21º | 0.41% | 0.55% | - |
| XYZ | 15.78 | 13.02 | 9.86 | - |
| YUV | 102.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 83 | 0 | 0.38 | 0.41 | 0.45 | 4.21 | 0.26 | 0.44 |
| Hex | 8C | 57 | 53 | 0 | 26 | 29 | 2D | 4 | 1A | 2C |
| Octal | 214 | 127 | 123 | 0 | 46 | 51 | 55 | 4 | 32 | 54 |
| Binary | 10001100 | 1010111 | 1010011 | 0 | 100110 | 101001 | 101101 | 100 | 11010 | 101100 |
Color Harmonies of #8C5753
Complementary color
Monochromatic Colors of #8C5753
Black with #8C5753
Text Example
Text Example
White with #8C5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5753; }
p { color: rgb(140,87,83); }
H1.HeaderClassName
{
color: #8C5753;
}
.AnyTagClassName
{
color: #8C5753;
}
</style>
background-color css
<style>
a { background-color: #8C5753; }
a { background-color: rgb(140,87,83); }
div.DivClassName
{
background-color: #8C5753;
}
.BgClassName
{
background-color: #8C5753;
}
</style>
border-color css
<style>
span { border-color: #8C5753; }
span { border-color: rgb(140,87,83); }
td.TdClassName
{
border-color: #8C5753;
}
.TagClassName
{
border-color: #8C5753;
}
</style>