#80534B

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

Shades of Lotus #80534B

Tints of Lotus #80534B

Color information

#80534B (or 0x80534B) is unknown color: approx Lotus. HEX triplet: 80, 53 and 4B. RGB value is (128,83,75). Sum of RGB (Red+Green+Blue) = 128+83+75=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80534B is #7FACB4. Grayscale: #5F5F5F. Windows color (decimal): -8367285 or 4936576. OLE color: 4936576.

HSL color Cylindrical-coordinate representation of color #80534B: hue angle of 9.06º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80534B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1288375-
CMYK00.350.410.50
HSL9.06º26.11%39.8%-
HSV(B)9.06º41.41%50.2%-
XYZ13.2711.288.14-
YUV95.54116.41151.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=44.76%
G=29.02%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128837500.350.410.509.0626.1139.8
Hex80534B023293291a28
Octal2001231130435162113250
Binary10000000101001110010110100011101001110010100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80534B; }

 p { color: rgb(128,83,75); }

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

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

 a { background-color: rgb(128,83,75); }

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

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

 span { border-color: rgb(128,83,75); }

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