#815752

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

Shades of Lotus #815752

Tints of Lotus #815752

Color information

#815752 (or 0x815752) is unknown color: approx Lotus. HEX triplet: 81, 57 and 52. RGB value is (129,87,82). Sum of RGB (Red+Green+Blue) = 129+87+82=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #815752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815752 is #7EA8AD. Grayscale: #636363. Windows color (decimal): -8300718 or 5396353. OLE color: 5396353.

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

Color convert

RGB1298782-
CMYK00.330.360.49
HSL6.38º22.27%41.37%-
HSV(B)6.38º36.43%50.59%-
XYZ13.9812.099.58-
YUV98.99118.41149.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=43.29%
G=29.19%
B=27.52%

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
Decimal129878200.330.360.496.3822.2741.37
Hex815752021243161629
Octal201127122041446162651
Binary1000000110101111010010010000110010011000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815752; }

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

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

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

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

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

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

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

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