Shades of Lotus #835249
Tints of Lotus #835249
RGB
CMYK
RGB Variations
Color information
#835249 (or 0x835249) is known color: Lotus. HEX triplet: 83, 52 and 49. RGB value is (131,82,73). Sum of RGB (Red+Green+Blue) = 131+82+73=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #835249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835249 is #7CADB6. Grayscale: #5F5F5F. Windows color (decimal): -8170935 or 4805251. OLE color: 4805251.
HSL color Cylindrical-coordinate representation of color #835249: hue angle of 9.31º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835249 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 73 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.49 |
| HSL | 9.31º | 0.28% | 0.4% | - |
| HSV(B) | 9.31º | 0.44% | 0.51% | - |
| XYZ | 13.58 | 11.34 | 7.78 | - |
| YUV | 95.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 73 | 0 | 0.37 | 0.44 | 0.49 | 9.31 | 0.28 | 0.4 |
| Hex | 83 | 52 | 49 | 0 | 25 | 2C | 31 | 9 | 1C | 28 |
| Octal | 203 | 122 | 111 | 0 | 45 | 54 | 61 | 11 | 34 | 50 |
| Binary | 10000011 | 1010010 | 1001001 | 0 | 100101 | 101100 | 110001 | 1001 | 11100 | 101000 |
Color Harmonies of #835249
Complementary color
Monochromatic Colors of #835249
Black with #835249
Text Example
Text Example
White with #835249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835249; }
p { color: rgb(131,82,73); }
H1.HeaderClassName
{
color: #835249;
}
.AnyTagClassName
{
color: #835249;
}
</style>
background-color css
<style>
a { background-color: #835249; }
a { background-color: rgb(131,82,73); }
div.DivClassName
{
background-color: #835249;
}
.BgClassName
{
background-color: #835249;
}
</style>
border-color css
<style>
span { border-color: #835249; }
span { border-color: rgb(131,82,73); }
td.TdClassName
{
border-color: #835249;
}
.TagClassName
{
border-color: #835249;
}
</style>