Shades of Lotus #8C5652
Tints of Lotus #8C5652
RGB
CMYK
RGB Variations
Color information
#8C5652 (or 0x8C5652) is known color: Lotus. HEX triplet: 8C, 56 and 52. RGB value is (140,86,82). Sum of RGB (Red+Green+Blue) = 140+86+82=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5652 is #73A9AD. Grayscale: #656565. Windows color (decimal): -7580078 or 5396108. OLE color: 5396108.
HSL color Cylindrical-coordinate representation of color #8C5652: hue angle of 4.14º 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 #8C5652 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 82 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.45 |
| HSL | 4.14º | 0.26% | 0.44% | - |
| HSV(B) | 4.14º | 0.41% | 0.55% | - |
| XYZ | 15.67 | 12.84 | 9.64 | - |
| YUV | 101.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 82 | 0 | 0.39 | 0.41 | 0.45 | 4.14 | 0.26 | 0.44 |
| Hex | 8C | 56 | 52 | 0 | 27 | 29 | 2D | 4 | 1A | 2C |
| Octal | 214 | 126 | 122 | 0 | 47 | 51 | 55 | 4 | 32 | 54 |
| Binary | 10001100 | 1010110 | 1010010 | 0 | 100111 | 101001 | 101101 | 100 | 11010 | 101100 |
Color Harmonies of #8C5652
Complementary color
Monochromatic Colors of #8C5652
Black with #8C5652
Text Example
Text Example
White with #8C5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5652; }
p { color: rgb(140,86,82); }
H1.HeaderClassName
{
color: #8C5652;
}
.AnyTagClassName
{
color: #8C5652;
}
</style>
background-color css
<style>
a { background-color: #8C5652; }
a { background-color: rgb(140,86,82); }
div.DivClassName
{
background-color: #8C5652;
}
.BgClassName
{
background-color: #8C5652;
}
</style>
border-color css
<style>
span { border-color: #8C5652; }
span { border-color: rgb(140,86,82); }
td.TdClassName
{
border-color: #8C5652;
}
.TagClassName
{
border-color: #8C5652;
}
</style>