Shades of Lotus #8C5A52
Tints of Lotus #8C5A52
RGB
CMYK
RGB Variations
Color information
#8C5A52 (or 0x8C5A52) is known color: Lotus. HEX triplet: 8C, 5A and 52. RGB value is (140,90,82). Sum of RGB (Red+Green+Blue) = 140+90+82=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A52 is #73A5AD. Grayscale: #686868. Windows color (decimal): -7579054 or 5397132. OLE color: 5397132.
HSL color Cylindrical-coordinate representation of color #8C5A52: hue angle of 8.28º 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 #8C5A52 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 82 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.45 |
| HSL | 8.28º | 0.26% | 0.44% | - |
| HSV(B) | 8.28º | 0.41% | 0.55% | - |
| XYZ | 15.99 | 13.5 | 9.74 | - |
| YUV | 104.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 82 | 0 | 0.36 | 0.41 | 0.45 | 8.28 | 0.26 | 0.44 |
| Hex | 8C | 5A | 52 | 0 | 24 | 29 | 2D | 8 | 1A | 2C |
| Octal | 214 | 132 | 122 | 0 | 44 | 51 | 55 | 10 | 32 | 54 |
| Binary | 10001100 | 1011010 | 1010010 | 0 | 100100 | 101001 | 101101 | 1000 | 11010 | 101100 |
Color Harmonies of #8C5A52
Complementary color
Monochromatic Colors of #8C5A52
Black with #8C5A52
Text Example
Text Example
White with #8C5A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A52; }
p { color: rgb(140,90,82); }
H1.HeaderClassName
{
color: #8C5A52;
}
.AnyTagClassName
{
color: #8C5A52;
}
</style>
background-color css
<style>
a { background-color: #8C5A52; }
a { background-color: rgb(140,90,82); }
div.DivClassName
{
background-color: #8C5A52;
}
.BgClassName
{
background-color: #8C5A52;
}
</style>
border-color css
<style>
span { border-color: #8C5A52; }
span { border-color: rgb(140,90,82); }
td.TdClassName
{
border-color: #8C5A52;
}
.TagClassName
{
border-color: #8C5A52;
}
</style>