Shades of Lotus #824D4A
Tints of Lotus #824D4A
RGB
CMYK
RGB Variations
Color information
#824D4A (or 0x824D4A) is known color: Lotus. HEX triplet: 82, 4D and 4A. RGB value is (130,77,74). Sum of RGB (Red+Green+Blue) = 130+77+74=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D4A is #7DB2B5. Grayscale: #5C5C5C. Windows color (decimal): -8237750 or 4869506. OLE color: 4869506.
HSL color Cylindrical-coordinate representation of color #824D4A: hue angle of 3.21º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824D4A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 74 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.49 |
| HSL | 3.21º | 0.27% | 0.4% | - |
| HSV(B) | 3.21º | 0.43% | 0.51% | - |
| XYZ | 13.1 | 10.55 | 7.82 | - |
| YUV | 92.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 74 | 0 | 0.41 | 0.43 | 0.49 | 3.21 | 0.27 | 0.4 |
| Hex | 82 | 4D | 4A | 0 | 29 | 2B | 31 | 3 | 1B | 28 |
| Octal | 202 | 115 | 112 | 0 | 51 | 53 | 61 | 3 | 33 | 50 |
| Binary | 10000010 | 1001101 | 1001010 | 0 | 101001 | 101011 | 110001 | 11 | 11011 | 101000 |
Color Harmonies of #824D4A
Complementary color
Monochromatic Colors of #824D4A
Black with #824D4A
Text Example
Text Example
White with #824D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D4A; }
p { color: rgb(130,77,74); }
H1.HeaderClassName
{
color: #824D4A;
}
.AnyTagClassName
{
color: #824D4A;
}
</style>
background-color css
<style>
a { background-color: #824D4A; }
a { background-color: rgb(130,77,74); }
div.DivClassName
{
background-color: #824D4A;
}
.BgClassName
{
background-color: #824D4A;
}
</style>
border-color css
<style>
span { border-color: #824D4A; }
span { border-color: rgb(130,77,74); }
td.TdClassName
{
border-color: #824D4A;
}
.TagClassName
{
border-color: #824D4A;
}
</style>