Shades of Lotus #854E4D
Tints of Lotus #854E4D
RGB
CMYK
RGB Variations
Color information
#854E4D (or 0x854E4D) is known color: Lotus. HEX triplet: 85, 4E and 4D. RGB value is (133,78,77). Sum of RGB (Red+Green+Blue) = 133+78+77=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E4D is #7AB1B2. Grayscale: #5E5E5E. Windows color (decimal): -8040883 or 5066373. OLE color: 5066373.
HSL color Cylindrical-coordinate representation of color #854E4D: hue angle of 1.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854E4D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 77 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.48 |
| HSL | 1.07º | 0.27% | 0.41% | - |
| HSV(B) | 1.07º | 0.42% | 0.52% | - |
| XYZ | 13.74 | 10.97 | 8.41 | - |
| YUV | 94.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 77 | 0 | 0.41 | 0.42 | 0.48 | 1.07 | 0.27 | 0.41 |
| Hex | 85 | 4E | 4D | 0 | 29 | 2A | 30 | 1 | 1B | 29 |
| Octal | 205 | 116 | 115 | 0 | 51 | 52 | 60 | 1 | 33 | 51 |
| Binary | 10000101 | 1001110 | 1001101 | 0 | 101001 | 101010 | 110000 | 1 | 11011 | 101001 |
Color Harmonies of #854E4D
Complementary color
Monochromatic Colors of #854E4D
Black with #854E4D
Text Example
Text Example
White with #854E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E4D; }
p { color: rgb(133,78,77); }
H1.HeaderClassName
{
color: #854E4D;
}
.AnyTagClassName
{
color: #854E4D;
}
</style>
background-color css
<style>
a { background-color: #854E4D; }
a { background-color: rgb(133,78,77); }
div.DivClassName
{
background-color: #854E4D;
}
.BgClassName
{
background-color: #854E4D;
}
</style>
border-color css
<style>
span { border-color: #854E4D; }
span { border-color: rgb(133,78,77); }
td.TdClassName
{
border-color: #854E4D;
}
.TagClassName
{
border-color: #854E4D;
}
</style>