#815753

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

Shades of Lotus #815753

Tints of Lotus #815753

Color information

#815753 (or 0x815753) is unknown color: approx Lotus. HEX triplet: 81, 57 and 53. RGB value is (129,87,83). Sum of RGB (Red+Green+Blue) = 129+87+83=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #815753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815753 is #7EA8AC. Grayscale: #636363. Windows color (decimal): -8300717 or 5461889. OLE color: 5461889.

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

Color convert

RGB1298783-
CMYK00.330.360.49
HSL5.22º21.7%41.57%-
HSV(B)5.22º35.66%50.59%-
XYZ14.0212.119.78-
YUV99.1118.91149.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=43.14%
G=29.10%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129878300.330.360.495.2221.741.57
Hex81575302124315162a
Octal201127123041446152652
Binary1000000110101111010011010000110010011000110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815753; }

 p { color: rgb(129,87,83); }

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

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

 a { background-color: rgb(129,87,83); }

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

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

 span { border-color: rgb(129,87,83); }

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