#80724F

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

Shades of Shadow #80724F

Tints of Shadow #80724F

Color information

#80724F (or 0x80724F) is unknown color: approx Shadow. HEX triplet: 80, 72 and 4F. RGB value is (128,114,79). Sum of RGB (Red+Green+Blue) = 128+114+79=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80724F is #7F8DB0. Grayscale: #727272. Windows color (decimal): -8359345 or 5206656. OLE color: 5206656.

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

Color convert

RGB12811479-
CMYK00.110.380.50
HSL42.86º23.67%40.59%-
HSV(B)42.86º38.28%50.2%-
XYZ16.3317.199.85-
YUV114.2108.14137.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=39.88%
G=35.51%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281147900.110.380.5042.8623.6740.59
Hex80724F0B26322b1829
Octal2001621170134662533051
Binary10000000111001010011110101110011011001010101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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