#815554

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

Shades of Lotus #815554

Tints of Lotus #815554

Color information

#815554 (or 0x815554) is unknown color: approx Lotus. HEX triplet: 81, 55 and 54. RGB value is (129,85,84). Sum of RGB (Red+Green+Blue) = 129+85+84=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #815554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815554 is #7EAAAB. Grayscale: #626262. Windows color (decimal): -8301228 or 5526913. OLE color: 5526913.

HSL color Cylindrical-coordinate representation of color #815554: hue angle of 1.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 #815554 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1298584-
CMYK00.340.350.49
HSL1.33º21.13%41.76%-
HSV(B)1.33º34.88%50.59%-
XYZ13.911.89.93-
YUV98.04120.08150.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=43.29%
G=28.52%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129858400.340.350.491.3321.1341.76
Hex81555402223311152a
Octal201125124042436112552
Binary10000001101010110101000100010100011110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815554; }

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

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

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

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

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

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

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

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