Shades of Lotus #825A56
Tints of Lotus #825A56
RGB
CMYK
RGB Variations
Color information
#825A56 (or 0x825A56) is known color: Lotus. HEX triplet: 82, 5A and 56. RGB value is (130,90,86). Sum of RGB (Red+Green+Blue) = 130+90+86=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #825A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A56 is #7DA5A9. Grayscale: #656565. Windows color (decimal): -8234410 or 5659266. OLE color: 5659266.
HSL color Cylindrical-coordinate representation of color #825A56: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825A56 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 86 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.49 |
| HSL | 5.45º | 0.2% | 0.42% | - |
| HSV(B) | 5.45º | 0.34% | 0.51% | - |
| XYZ | 14.54 | 12.73 | 10.49 | - |
| YUV | 101.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 86 | 0 | 0.31 | 0.34 | 0.49 | 5.45 | 0.2 | 0.42 |
| Hex | 82 | 5A | 56 | 0 | 1F | 22 | 31 | 5 | 14 | 2A |
| Octal | 202 | 132 | 126 | 0 | 37 | 42 | 61 | 5 | 24 | 52 |
| Binary | 10000010 | 1011010 | 1010110 | 0 | 11111 | 100010 | 110001 | 101 | 10100 | 101010 |
Color Harmonies of #825A56
Complementary color
Monochromatic Colors of #825A56
Black with #825A56
Text Example
Text Example
White with #825A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A56; }
p { color: rgb(130,90,86); }
H1.HeaderClassName
{
color: #825A56;
}
.AnyTagClassName
{
color: #825A56;
}
</style>
background-color css
<style>
a { background-color: #825A56; }
a { background-color: rgb(130,90,86); }
div.DivClassName
{
background-color: #825A56;
}
.BgClassName
{
background-color: #825A56;
}
</style>
border-color css
<style>
span { border-color: #825A56; }
span { border-color: rgb(130,90,86); }
td.TdClassName
{
border-color: #825A56;
}
.TagClassName
{
border-color: #825A56;
}
</style>