Shades of Lotus #854A47
Tints of Lotus #854A47
RGB
CMYK
RGB Variations
Color information
#854A47 (or 0x854A47) is known color: Lotus. HEX triplet: 85, 4A and 47. RGB value is (133,74,71). Sum of RGB (Red+Green+Blue) = 133+74+71=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A47 is #7AB5B8. Grayscale: #5B5B5B. Windows color (decimal): -8041913 or 4672133. OLE color: 4672133.
HSL color Cylindrical-coordinate representation of color #854A47: hue angle of 2.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854A47 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 71 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.48 |
| HSL | 2.9º | 0.3% | 0.4% | - |
| HSV(B) | 2.9º | 0.47% | 0.52% | - |
| XYZ | 13.26 | 10.34 | 7.26 | - |
| YUV | 91.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 71 | 0 | 0.44 | 0.47 | 0.48 | 2.9 | 0.3 | 0.4 |
| Hex | 85 | 4A | 47 | 0 | 2C | 2F | 30 | 3 | 1E | 28 |
| Octal | 205 | 112 | 107 | 0 | 54 | 57 | 60 | 3 | 36 | 50 |
| Binary | 10000101 | 1001010 | 1000111 | 0 | 101100 | 101111 | 110000 | 11 | 11110 | 101000 |
Color Harmonies of #854A47
Complementary color
Monochromatic Colors of #854A47
Black with #854A47
Text Example
Text Example
White with #854A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A47; }
p { color: rgb(133,74,71); }
H1.HeaderClassName
{
color: #854A47;
}
.AnyTagClassName
{
color: #854A47;
}
</style>
background-color css
<style>
a { background-color: #854A47; }
a { background-color: rgb(133,74,71); }
div.DivClassName
{
background-color: #854A47;
}
.BgClassName
{
background-color: #854A47;
}
</style>
border-color css
<style>
span { border-color: #854A47; }
span { border-color: rgb(133,74,71); }
td.TdClassName
{
border-color: #854A47;
}
.TagClassName
{
border-color: #854A47;
}
</style>