Shades of Lotus #834C47
Tints of Lotus #834C47
RGB
CMYK
RGB Variations
Color information
#834C47 (or 0x834C47) is known color: Lotus. HEX triplet: 83, 4C and 47. RGB value is (131,76,71). Sum of RGB (Red+Green+Blue) = 131+76+71=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #834C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C47 is #7CB3B8. Grayscale: #5B5B5B. Windows color (decimal): -8172473 or 4672643. OLE color: 4672643.
HSL color Cylindrical-coordinate representation of color #834C47: hue angle of 5º 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 #834C47 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 71 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.49 |
| HSL | 5º | 0.3% | 0.4% | - |
| HSV(B) | 5º | 0.46% | 0.51% | - |
| XYZ | 13.08 | 10.45 | 7.29 | - |
| YUV | 91.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 71 | 0 | 0.42 | 0.46 | 0.49 | 5 | 0.3 | 0.4 |
| Hex | 83 | 4C | 47 | 0 | 2A | 2E | 31 | 5 | 1E | 28 |
| Octal | 203 | 114 | 107 | 0 | 52 | 56 | 61 | 5 | 36 | 50 |
| Binary | 10000011 | 1001100 | 1000111 | 0 | 101010 | 101110 | 110001 | 101 | 11110 | 101000 |
Color Harmonies of #834C47
Complementary color
Monochromatic Colors of #834C47
Black with #834C47
Text Example
Text Example
White with #834C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C47; }
p { color: rgb(131,76,71); }
H1.HeaderClassName
{
color: #834C47;
}
.AnyTagClassName
{
color: #834C47;
}
</style>
background-color css
<style>
a { background-color: #834C47; }
a { background-color: rgb(131,76,71); }
div.DivClassName
{
background-color: #834C47;
}
.BgClassName
{
background-color: #834C47;
}
</style>
border-color css
<style>
span { border-color: #834C47; }
span { border-color: rgb(131,76,71); }
td.TdClassName
{
border-color: #834C47;
}
.TagClassName
{
border-color: #834C47;
}
</style>