Shades of Lotus #845249
Tints of Lotus #845249
RGB
CMYK
RGB Variations
Color information
#845249 (or 0x845249) is known color: Lotus. HEX triplet: 84, 52 and 49. RGB value is (132,82,73). Sum of RGB (Red+Green+Blue) = 132+82+73=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845249 is #7BADB6. Grayscale: #606060. Windows color (decimal): -8105399 or 4805252. OLE color: 4805252.
HSL color Cylindrical-coordinate representation of color #845249: hue angle of 9.15º 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 #845249 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 73 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.48 |
| HSL | 9.15º | 0.29% | 0.4% | - |
| HSV(B) | 9.15º | 0.45% | 0.52% | - |
| XYZ | 13.74 | 11.42 | 7.78 | - |
| YUV | 95.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 73 | 0 | 0.38 | 0.45 | 0.48 | 9.15 | 0.29 | 0.4 |
| Hex | 84 | 52 | 49 | 0 | 26 | 2D | 30 | 9 | 1D | 28 |
| Octal | 204 | 122 | 111 | 0 | 46 | 55 | 60 | 11 | 35 | 50 |
| Binary | 10000100 | 1010010 | 1001001 | 0 | 100110 | 101101 | 110000 | 1001 | 11101 | 101000 |
Color Harmonies of #845249
Complementary color
Monochromatic Colors of #845249
Black with #845249
Text Example
Text Example
White with #845249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845249; }
p { color: rgb(132,82,73); }
H1.HeaderClassName
{
color: #845249;
}
.AnyTagClassName
{
color: #845249;
}
</style>
background-color css
<style>
a { background-color: #845249; }
a { background-color: rgb(132,82,73); }
div.DivClassName
{
background-color: #845249;
}
.BgClassName
{
background-color: #845249;
}
</style>
border-color css
<style>
span { border-color: #845249; }
span { border-color: rgb(132,82,73); }
td.TdClassName
{
border-color: #845249;
}
.TagClassName
{
border-color: #845249;
}
</style>