Shades of Lotus #8C5A54
Tints of Lotus #8C5A54
RGB
CMYK
RGB Variations
Color information
#8C5A54 (or 0x8C5A54) is known color: Lotus. HEX triplet: 8C, 5A and 54. RGB value is (140,90,84). Sum of RGB (Red+Green+Blue) = 140+90+84=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A54 is #73A5AB. Grayscale: #686868. Windows color (decimal): -7579052 or 5528204. OLE color: 5528204.
HSL color Cylindrical-coordinate representation of color #8C5A54: hue angle of 6.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5A54 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 84 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.45 |
| HSL | 6.43º | 0.25% | 0.44% | - |
| HSV(B) | 6.43º | 0.4% | 0.55% | - |
| XYZ | 16.07 | 13.53 | 10.15 | - |
| YUV | 104.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 84 | 0 | 0.36 | 0.4 | 0.45 | 6.43 | 0.25 | 0.44 |
| Hex | 8C | 5A | 54 | 0 | 24 | 28 | 2D | 6 | 19 | 2C |
| Octal | 214 | 132 | 124 | 0 | 44 | 50 | 55 | 6 | 31 | 54 |
| Binary | 10001100 | 1011010 | 1010100 | 0 | 100100 | 101000 | 101101 | 110 | 11001 | 101100 |
Color Harmonies of #8C5A54
Complementary color
Monochromatic Colors of #8C5A54
Black with #8C5A54
Text Example
Text Example
White with #8C5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A54; }
p { color: rgb(140,90,84); }
H1.HeaderClassName
{
color: #8C5A54;
}
.AnyTagClassName
{
color: #8C5A54;
}
</style>
background-color css
<style>
a { background-color: #8C5A54; }
a { background-color: rgb(140,90,84); }
div.DivClassName
{
background-color: #8C5A54;
}
.BgClassName
{
background-color: #8C5A54;
}
</style>
border-color css
<style>
span { border-color: #8C5A54; }
span { border-color: rgb(140,90,84); }
td.TdClassName
{
border-color: #8C5A54;
}
.TagClassName
{
border-color: #8C5A54;
}
</style>