Shades of Lotus #864C49
Tints of Lotus #864C49
RGB
CMYK
RGB Variations
Color information
#864C49 (or 0x864C49) is known color: Lotus. HEX triplet: 86, 4C and 49. RGB value is (134,76,73). Sum of RGB (Red+Green+Blue) = 134+76+73=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C49 is #79B3B6. Grayscale: #5D5D5D. Windows color (decimal): -7975863 or 4803718. OLE color: 4803718.
HSL color Cylindrical-coordinate representation of color #864C49: hue angle of 2.95º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864C49 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 76 | 73 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.47 |
| HSL | 2.95º | 0.29% | 0.41% | - |
| HSV(B) | 2.95º | 0.46% | 0.53% | - |
| XYZ | 13.62 | 10.72 | 7.65 | - |
| YUV | 93 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 73 | 0 | 0.43 | 0.46 | 0.47 | 2.95 | 0.29 | 0.41 |
| Hex | 86 | 4C | 49 | 0 | 2B | 2E | 2F | 3 | 1D | 29 |
| Octal | 206 | 114 | 111 | 0 | 53 | 56 | 57 | 3 | 35 | 51 |
| Binary | 10000110 | 1001100 | 1001001 | 0 | 101011 | 101110 | 101111 | 11 | 11101 | 101001 |
Color Harmonies of #864C49
Complementary color
Monochromatic Colors of #864C49
Black with #864C49
Text Example
Text Example
White with #864C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864C49; }
p { color: rgb(134,76,73); }
H1.HeaderClassName
{
color: #864C49;
}
.AnyTagClassName
{
color: #864C49;
}
</style>
background-color css
<style>
a { background-color: #864C49; }
a { background-color: rgb(134,76,73); }
div.DivClassName
{
background-color: #864C49;
}
.BgClassName
{
background-color: #864C49;
}
</style>
border-color css
<style>
span { border-color: #864C49; }
span { border-color: rgb(134,76,73); }
td.TdClassName
{
border-color: #864C49;
}
.TagClassName
{
border-color: #864C49;
}
</style>