Shades of Lotus #8C524D
Tints of Lotus #8C524D
RGB
CMYK
RGB Variations
Color information
#8C524D (or 0x8C524D) is known color: Lotus. HEX triplet: 8C, 52 and 4D. RGB value is (140,82,77). Sum of RGB (Red+Green+Blue) = 140+82+77=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C524D is #73ADB2. Grayscale: #626262. Windows color (decimal): -7581107 or 5067404. OLE color: 5067404.
HSL color Cylindrical-coordinate representation of color #8C524D: hue angle of 4.76º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C524D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 77 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.45 |
| HSL | 4.76º | 0.29% | 0.43% | - |
| HSV(B) | 4.76º | 0.45% | 0.55% | - |
| XYZ | 15.17 | 12.15 | 8.57 | - |
| YUV | 98.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 77 | 0 | 0.41 | 0.45 | 0.45 | 4.76 | 0.29 | 0.43 |
| Hex | 8C | 52 | 4D | 0 | 29 | 2D | 2D | 5 | 1D | 2B |
| Octal | 214 | 122 | 115 | 0 | 51 | 55 | 55 | 5 | 35 | 53 |
| Binary | 10001100 | 1010010 | 1001101 | 0 | 101001 | 101101 | 101101 | 101 | 11101 | 101011 |
Color Harmonies of #8C524D
Complementary color
Monochromatic Colors of #8C524D
Black with #8C524D
Text Example
Text Example
White with #8C524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C524D; }
p { color: rgb(140,82,77); }
H1.HeaderClassName
{
color: #8C524D;
}
.AnyTagClassName
{
color: #8C524D;
}
</style>
background-color css
<style>
a { background-color: #8C524D; }
a { background-color: rgb(140,82,77); }
div.DivClassName
{
background-color: #8C524D;
}
.BgClassName
{
background-color: #8C524D;
}
</style>
border-color css
<style>
span { border-color: #8C524D; }
span { border-color: rgb(140,82,77); }
td.TdClassName
{
border-color: #8C524D;
}
.TagClassName
{
border-color: #8C524D;
}
</style>