Shades of Lotus #865A53
Tints of Lotus #865A53
RGB
CMYK
RGB Variations
Color information
#865A53 (or 0x865A53) is known color: Lotus. HEX triplet: 86, 5A and 53. RGB value is (134,90,83). Sum of RGB (Red+Green+Blue) = 134+90+83=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #865A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A53 is #79A5AC. Grayscale: #666666. Windows color (decimal): -7972269 or 5462662. OLE color: 5462662.
HSL color Cylindrical-coordinate representation of color #865A53: hue angle of 8.24º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865A53 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 83 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.47 |
| HSL | 8.24º | 0.24% | 0.43% | - |
| HSV(B) | 8.24º | 0.38% | 0.53% | - |
| XYZ | 15.05 | 13.01 | 9.9 | - |
| YUV | 102.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 83 | 0 | 0.33 | 0.38 | 0.47 | 8.24 | 0.24 | 0.43 |
| Hex | 86 | 5A | 53 | 0 | 21 | 26 | 2F | 8 | 18 | 2B |
| Octal | 206 | 132 | 123 | 0 | 41 | 46 | 57 | 10 | 30 | 53 |
| Binary | 10000110 | 1011010 | 1010011 | 0 | 100001 | 100110 | 101111 | 1000 | 11000 | 101011 |
Color Harmonies of #865A53
Complementary color
Monochromatic Colors of #865A53
Black with #865A53
Text Example
Text Example
White with #865A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A53; }
p { color: rgb(134,90,83); }
H1.HeaderClassName
{
color: #865A53;
}
.AnyTagClassName
{
color: #865A53;
}
</style>
background-color css
<style>
a { background-color: #865A53; }
a { background-color: rgb(134,90,83); }
div.DivClassName
{
background-color: #865A53;
}
.BgClassName
{
background-color: #865A53;
}
</style>
border-color css
<style>
span { border-color: #865A53; }
span { border-color: rgb(134,90,83); }
td.TdClassName
{
border-color: #865A53;
}
.TagClassName
{
border-color: #865A53;
}
</style>