Shades of Lotus #854C49
Tints of Lotus #854C49
RGB
CMYK
RGB Variations
Color information
#854C49 (or 0x854C49) is known color: Lotus. HEX triplet: 85, 4C and 49. RGB value is (133,76,73). Sum of RGB (Red+Green+Blue) = 133+76+73=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C49 is #7AB3B6. Grayscale: #5C5C5C. Windows color (decimal): -8041399 or 4803717. OLE color: 4803717.
HSL color Cylindrical-coordinate representation of color #854C49: hue angle of 3º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854C49 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 73 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.48 |
| HSL | 3º | 0.29% | 0.4% | - |
| HSV(B) | 3º | 0.45% | 0.52% | - |
| XYZ | 13.46 | 10.64 | 7.65 | - |
| YUV | 92.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 73 | 0 | 0.43 | 0.45 | 0.48 | 3 | 0.29 | 0.4 |
| Hex | 85 | 4C | 49 | 0 | 2B | 2D | 30 | 3 | 1D | 28 |
| Octal | 205 | 114 | 111 | 0 | 53 | 55 | 60 | 3 | 35 | 50 |
| Binary | 10000101 | 1001100 | 1001001 | 0 | 101011 | 101101 | 110000 | 11 | 11101 | 101000 |
Color Harmonies of #854C49
Complementary color
Monochromatic Colors of #854C49
Black with #854C49
Text Example
Text Example
White with #854C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C49; }
p { color: rgb(133,76,73); }
H1.HeaderClassName
{
color: #854C49;
}
.AnyTagClassName
{
color: #854C49;
}
</style>
background-color css
<style>
a { background-color: #854C49; }
a { background-color: rgb(133,76,73); }
div.DivClassName
{
background-color: #854C49;
}
.BgClassName
{
background-color: #854C49;
}
</style>
border-color css
<style>
span { border-color: #854C49; }
span { border-color: rgb(133,76,73); }
td.TdClassName
{
border-color: #854C49;
}
.TagClassName
{
border-color: #854C49;
}
</style>