Shades of Lotus #834F4C
Tints of Lotus #834F4C
RGB
CMYK
RGB Variations
Color information
#834F4C (or 0x834F4C) is known color: Lotus. HEX triplet: 83, 4F and 4C. RGB value is (131,79,76). Sum of RGB (Red+Green+Blue) = 131+79+76=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #834F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F4C is #7CB0B3. Grayscale: #5E5E5E. Windows color (decimal): -8171700 or 5001091. OLE color: 5001091.
HSL color Cylindrical-coordinate representation of color #834F4C: hue angle of 3.27º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834F4C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 76 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.49 |
| HSL | 3.27º | 0.27% | 0.41% | - |
| HSV(B) | 3.27º | 0.42% | 0.51% | - |
| XYZ | 13.46 | 10.94 | 8.24 | - |
| YUV | 94.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 76 | 0 | 0.40 | 0.42 | 0.49 | 3.27 | 0.27 | 0.41 |
| Hex | 83 | 4F | 4C | 0 | 28 | 2A | 31 | 3 | 1B | 29 |
| Octal | 203 | 117 | 114 | 0 | 50 | 52 | 61 | 3 | 33 | 51 |
| Binary | 10000011 | 1001111 | 1001100 | 0 | 101000 | 101010 | 110001 | 11 | 11011 | 101001 |
Color Harmonies of #834F4C
Complementary color
Monochromatic Colors of #834F4C
Black with #834F4C
Text Example
Text Example
White with #834F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F4C; }
p { color: rgb(131,79,76); }
H1.HeaderClassName
{
color: #834F4C;
}
.AnyTagClassName
{
color: #834F4C;
}
</style>
background-color css
<style>
a { background-color: #834F4C; }
a { background-color: rgb(131,79,76); }
div.DivClassName
{
background-color: #834F4C;
}
.BgClassName
{
background-color: #834F4C;
}
</style>
border-color css
<style>
span { border-color: #834F4C; }
span { border-color: rgb(131,79,76); }
td.TdClassName
{
border-color: #834F4C;
}
.TagClassName
{
border-color: #834F4C;
}
</style>