#80724D

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

Shades of Shadow #80724D

Tints of Shadow #80724D

Color information

#80724D (or 0x80724D) is unknown color: approx Shadow. HEX triplet: 80, 72 and 4D. RGB value is (128,114,77). Sum of RGB (Red+Green+Blue) = 128+114+77=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80724D is #7F8DB2. Grayscale: #727272. Windows color (decimal): -8359347 or 5075584. OLE color: 5075584.

HSL color Cylindrical-coordinate representation of color #80724D: hue angle of 43.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80724D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12811477-
CMYK00.110.400.50
HSL43.53º24.88%40.2%-
HSV(B)43.53º39.84%50.2%-
XYZ16.2617.169.48-
YUV113.97107.14138.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=40.13%
G=35.74%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281147700.110.400.5043.5324.8840.2
Hex80724D0B28322c1928
Octal2001621150135062543150
Binary10000000111001010011010101110100011001010110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80724D; }

 p { color: rgb(128,114,77); }

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

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

 a { background-color: rgb(128,114,77); }

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

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

 span { border-color: rgb(128,114,77); }

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