Shades of Lotus #834F47
Tints of Lotus #834F47
RGB
CMYK
RGB Variations
Color information
#834F47 (or 0x834F47) is known color: Lotus. HEX triplet: 83, 4F and 47. RGB value is (131,79,71). Sum of RGB (Red+Green+Blue) = 131+79+71=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #834F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F47 is #7CB0B8. Grayscale: #5D5D5D. Windows color (decimal): -8171705 or 4673411. OLE color: 4673411.
HSL color Cylindrical-coordinate representation of color #834F47: hue angle of 8º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834F47 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 71 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.49 |
| HSL | 8º | 0.3% | 0.4% | - |
| HSV(B) | 8º | 0.46% | 0.51% | - |
| XYZ | 13.29 | 10.87 | 7.36 | - |
| YUV | 93.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 71 | 0 | 0.40 | 0.46 | 0.49 | 8 | 0.3 | 0.4 |
| Hex | 83 | 4F | 47 | 0 | 28 | 2E | 31 | 8 | 1E | 28 |
| Octal | 203 | 117 | 107 | 0 | 50 | 56 | 61 | 10 | 36 | 50 |
| Binary | 10000011 | 1001111 | 1000111 | 0 | 101000 | 101110 | 110001 | 1000 | 11110 | 101000 |
Color Harmonies of #834F47
Complementary color
Monochromatic Colors of #834F47
Black with #834F47
Text Example
Text Example
White with #834F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F47; }
p { color: rgb(131,79,71); }
H1.HeaderClassName
{
color: #834F47;
}
.AnyTagClassName
{
color: #834F47;
}
</style>
background-color css
<style>
a { background-color: #834F47; }
a { background-color: rgb(131,79,71); }
div.DivClassName
{
background-color: #834F47;
}
.BgClassName
{
background-color: #834F47;
}
</style>
border-color css
<style>
span { border-color: #834F47; }
span { border-color: rgb(131,79,71); }
td.TdClassName
{
border-color: #834F47;
}
.TagClassName
{
border-color: #834F47;
}
</style>