Shades of Lotus #8C4A49
Tints of Lotus #8C4A49
RGB
CMYK
RGB Variations
Color information
#8C4A49 (or 0x8C4A49) is known color: Lotus. HEX triplet: 8C, 4A and 49. RGB value is (140,74,73). Sum of RGB (Red+Green+Blue) = 140+74+73=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A49 is #73B5B6. Grayscale: #5D5D5D. Windows color (decimal): -7583159 or 4803212. OLE color: 4803212.
HSL color Cylindrical-coordinate representation of color #8C4A49: hue angle of 0.9º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4A49 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 73 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.45 |
| HSL | 0.9º | 0.31% | 0.42% | - |
| HSV(B) | 0.9º | 0.48% | 0.55% | - |
| XYZ | 14.47 | 10.95 | 7.66 | - |
| YUV | 93.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 73 | 0 | 0.47 | 0.48 | 0.45 | 0.9 | 0.31 | 0.42 |
| Hex | 8C | 4A | 49 | 0 | 2F | 30 | 2D | 1 | 1F | 2A |
| Octal | 214 | 112 | 111 | 0 | 57 | 60 | 55 | 1 | 37 | 52 |
| Binary | 10001100 | 1001010 | 1001001 | 0 | 101111 | 110000 | 101101 | 1 | 11111 | 101010 |
Color Harmonies of #8C4A49
Complementary color
Monochromatic Colors of #8C4A49
Black with #8C4A49
Text Example
Text Example
White with #8C4A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A49; }
p { color: rgb(140,74,73); }
H1.HeaderClassName
{
color: #8C4A49;
}
.AnyTagClassName
{
color: #8C4A49;
}
</style>
background-color css
<style>
a { background-color: #8C4A49; }
a { background-color: rgb(140,74,73); }
div.DivClassName
{
background-color: #8C4A49;
}
.BgClassName
{
background-color: #8C4A49;
}
</style>
border-color css
<style>
span { border-color: #8C4A49; }
span { border-color: rgb(140,74,73); }
td.TdClassName
{
border-color: #8C4A49;
}
.TagClassName
{
border-color: #8C4A49;
}
</style>