#805952

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

Shades of Lotus #805952

Tints of Lotus #805952

Color information

#805952 (or 0x805952) is unknown color: approx Lotus. HEX triplet: 80, 59 and 52. RGB value is (128,89,82). Sum of RGB (Red+Green+Blue) = 128+89+82=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #805952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805952 is #7FA6AD. Grayscale: #636363. Windows color (decimal): -8365742 or 5396864. OLE color: 5396864.

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

Color convert

RGB1288982-
CMYK00.300.360.50
HSL9.13º21.9%41.18%-
HSV(B)9.13º35.94%50.2%-
XYZ1412.349.63-
YUV99.86117.92148.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=42.81%
G=29.77%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128898200.300.360.509.1321.941.18
Hex80595201E243291629
Octal2001311220364462112651
Binary1000000010110011010010011110100100110010100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805952; }

 p { color: rgb(128,89,82); }

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

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

 a { background-color: rgb(128,89,82); }

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

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

 span { border-color: rgb(128,89,82); }

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