Shades of Lotus #834D4A
Tints of Lotus #834D4A
RGB
CMYK
RGB Variations
Color information
#834D4A (or 0x834D4A) is known color: Lotus. HEX triplet: 83, 4D and 4A. RGB value is (131,77,74). Sum of RGB (Red+Green+Blue) = 131+77+74=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #834D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D4A is #7CB2B5. Grayscale: #5C5C5C. Windows color (decimal): -8172214 or 4869507. OLE color: 4869507.
HSL color Cylindrical-coordinate representation of color #834D4A: hue angle of 3.16º 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 #834D4A is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 74 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.49 |
| HSL | 3.16º | 0.28% | 0.4% | - |
| HSV(B) | 3.16º | 0.44% | 0.51% | - |
| XYZ | 13.25 | 10.63 | 7.83 | - |
| YUV | 92.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 74 | 0 | 0.41 | 0.44 | 0.49 | 3.16 | 0.28 | 0.4 |
| Hex | 83 | 4D | 4A | 0 | 29 | 2C | 31 | 3 | 1C | 28 |
| Octal | 203 | 115 | 112 | 0 | 51 | 54 | 61 | 3 | 34 | 50 |
| Binary | 10000011 | 1001101 | 1001010 | 0 | 101001 | 101100 | 110001 | 11 | 11100 | 101000 |
Color Harmonies of #834D4A
Complementary color
Monochromatic Colors of #834D4A
Black with #834D4A
Text Example
Text Example
White with #834D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D4A; }
p { color: rgb(131,77,74); }
H1.HeaderClassName
{
color: #834D4A;
}
.AnyTagClassName
{
color: #834D4A;
}
</style>
background-color css
<style>
a { background-color: #834D4A; }
a { background-color: rgb(131,77,74); }
div.DivClassName
{
background-color: #834D4A;
}
.BgClassName
{
background-color: #834D4A;
}
</style>
border-color css
<style>
span { border-color: #834D4A; }
span { border-color: rgb(131,77,74); }
td.TdClassName
{
border-color: #834D4A;
}
.TagClassName
{
border-color: #834D4A;
}
</style>