Shades of Lotus #864D48
Tints of Lotus #864D48
RGB
CMYK
RGB Variations
Color information
#864D48 (or 0x864D48) is known color: Lotus. HEX triplet: 86, 4D and 48. RGB value is (134,77,72). Sum of RGB (Red+Green+Blue) = 134+77+72=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D48 is #79B2B7. Grayscale: #5D5D5D. Windows color (decimal): -7975608 or 4738438. OLE color: 4738438.
HSL color Cylindrical-coordinate representation of color #864D48: hue angle of 4.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864D48 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 72 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.47 |
| HSL | 4.84º | 0.3% | 0.4% | - |
| HSV(B) | 4.84º | 0.46% | 0.53% | - |
| XYZ | 13.66 | 10.84 | 7.5 | - |
| YUV | 93.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 72 | 0 | 0.43 | 0.46 | 0.47 | 4.84 | 0.3 | 0.4 |
| Hex | 86 | 4D | 48 | 0 | 2B | 2E | 2F | 5 | 1E | 28 |
| Octal | 206 | 115 | 110 | 0 | 53 | 56 | 57 | 5 | 36 | 50 |
| Binary | 10000110 | 1001101 | 1001000 | 0 | 101011 | 101110 | 101111 | 101 | 11110 | 101000 |
Color Harmonies of #864D48
Complementary color
Monochromatic Colors of #864D48
Black with #864D48
Text Example
Text Example
White with #864D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D48; }
p { color: rgb(134,77,72); }
H1.HeaderClassName
{
color: #864D48;
}
.AnyTagClassName
{
color: #864D48;
}
</style>
background-color css
<style>
a { background-color: #864D48; }
a { background-color: rgb(134,77,72); }
div.DivClassName
{
background-color: #864D48;
}
.BgClassName
{
background-color: #864D48;
}
</style>
border-color css
<style>
span { border-color: #864D48; }
span { border-color: rgb(134,77,72); }
td.TdClassName
{
border-color: #864D48;
}
.TagClassName
{
border-color: #864D48;
}
</style>