Shades of Lotus #824C46
Tints of Lotus #824C46
RGB
CMYK
RGB Variations
Color information
#824C46 (or 0x824C46) is known color: Lotus. HEX triplet: 82, 4C and 46. RGB value is (130,76,70). Sum of RGB (Red+Green+Blue) = 130+76+70=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C46 is #7DB3B9. Grayscale: #5B5B5B. Windows color (decimal): -8238010 or 4607106. OLE color: 4607106.
HSL color Cylindrical-coordinate representation of color #824C46: hue angle of 6º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824C46 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 70 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.49 |
| HSL | 6º | 0.3% | 0.39% | - |
| HSV(B) | 6º | 0.46% | 0.51% | - |
| XYZ | 12.9 | 10.36 | 7.11 | - |
| YUV | 91.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 70 | 0 | 0.42 | 0.46 | 0.49 | 6 | 0.3 | 0.39 |
| Hex | 82 | 4C | 46 | 0 | 2A | 2E | 31 | 6 | 1E | 27 |
| Octal | 202 | 114 | 106 | 0 | 52 | 56 | 61 | 6 | 36 | 47 |
| Binary | 10000010 | 1001100 | 1000110 | 0 | 101010 | 101110 | 110001 | 110 | 11110 | 100111 |
Color Harmonies of #824C46
Complementary color
Monochromatic Colors of #824C46
Black with #824C46
Text Example
Text Example
White with #824C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C46; }
p { color: rgb(130,76,70); }
H1.HeaderClassName
{
color: #824C46;
}
.AnyTagClassName
{
color: #824C46;
}
</style>
background-color css
<style>
a { background-color: #824C46; }
a { background-color: rgb(130,76,70); }
div.DivClassName
{
background-color: #824C46;
}
.BgClassName
{
background-color: #824C46;
}
</style>
border-color css
<style>
span { border-color: #824C46; }
span { border-color: rgb(130,76,70); }
td.TdClassName
{
border-color: #824C46;
}
.TagClassName
{
border-color: #824C46;
}
</style>