#80714F

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

Shades of Shadow #80714F

Tints of Shadow #80714F

Color information

#80714F (or 0x80714F) is unknown color: approx Shadow. HEX triplet: 80, 71 and 4F. RGB value is (128,113,79). Sum of RGB (Red+Green+Blue) = 128+113+79=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80714F is #7F8EB0. Grayscale: #717171. Windows color (decimal): -8359601 or 5206400. OLE color: 5206400.

HSL color Cylindrical-coordinate representation of color #80714F: hue angle of 41.63º 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 #80714F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12811379-
CMYK00.120.380.50
HSL41.63º23.67%40.59%-
HSV(B)41.63º38.28%50.2%-
XYZ16.2216.969.82-
YUV113.61108.47138.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=40%
G=35.31%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281137900.120.380.5041.6323.6740.59
Hex80714F0C26322a1829
Octal2001611170144662523051
Binary10000000111000110011110110010011011001010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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