#805049

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

Shades of Lotus #805049

Tints of Lotus #805049

Color information

#805049 (or 0x805049) is unknown color: approx Lotus. HEX triplet: 80, 50 and 49. RGB value is (128,80,73). Sum of RGB (Red+Green+Blue) = 128+80+73=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #805049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805049 is #7FAFB6. Grayscale: #5D5D5D. Windows color (decimal): -8368055 or 4804736. OLE color: 4804736.

HSL color Cylindrical-coordinate representation of color #805049: hue angle of 7.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805049 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1288073-
CMYK00.380.430.50
HSL7.64º27.36%39.41%-
HSV(B)7.64º42.97%50.2%-
XYZ12.9710.817.71-
YUV93.55116.4152.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=45.55%
G=28.47%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128807300.380.430.507.6427.3639.41
Hex8050490262B3281b27
Octal2001201110465362103347
Binary10000000101000010010010100110101011110010100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805049; }

 p { color: rgb(128,80,73); }

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

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

 a { background-color: rgb(128,80,73); }

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

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

 span { border-color: rgb(128,80,73); }

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