#815854

Color #815854 Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #815854

Tints of Lotus #815854

Color information

#815854 (or 0x815854) is unknown color: approx Lotus. HEX triplet: 81, 58 and 54. RGB value is (129,88,84). Sum of RGB (Red+Green+Blue) = 129+88+84=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815854 is #7EA7AB. Grayscale: #636363. Windows color (decimal): -8300460 or 5527681. OLE color: 5527681.

HSL color Cylindrical-coordinate representation of color #815854: hue angle of 5.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815854 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1298884-
CMYK00.320.350.49
HSL5.33º21.13%41.76%-
HSV(B)5.33º34.88%50.59%-
XYZ14.1412.2910.01-
YUV99.8119.08148.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=42.86%
G=29.24%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129888400.320.350.495.3321.1341.76
Hex81585402023315152a
Octal201130124040436152552
Binary1000000110110001010100010000010001111000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815854; }

 p { color: rgb(129,88,84); }

 H1.HeaderClassName
 {
   color: #815854;
 }
 .AnyTagClassName
 {
   color: #815854;
 }
</style>
background-color css

<style>
 a { background-color: #815854; }

 a { background-color: rgb(129,88,84); }

 div.DivClassName
 {
   background-color: #815854;
 }
 .BgClassName
 {
   background-color: #815854;
 }
</style>
border-color css

<style>
 span { border-color: #815854; }

 span { border-color: rgb(129,88,84); }

 td.TdClassName
 {
   border-color: #815854;
 }
 .TagClassName
 {
   border-color: #815854;
 }
</style>