#807051

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

Shades of Shadow #807051

Tints of Shadow #807051

Color information

#807051 (or 0x807051) is unknown color: approx Shadow. HEX triplet: 80, 70 and 51. RGB value is (128,112,81). Sum of RGB (Red+Green+Blue) = 128+112+81=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #807051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807051 is #7F8FAE. Grayscale: #717171. Windows color (decimal): -8359855 or 5337216. OLE color: 5337216.

HSL color Cylindrical-coordinate representation of color #807051: hue angle of 39.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #807051 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB12811281-
CMYK00.120.370.50
HSL39.57º22.49%40.98%-
HSV(B)39.57º36.72%50.2%-
XYZ16.1816.7710.17-
YUV113.25109.8138.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=39.88%
G=34.89%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281128100.120.370.5039.5722.4940.98
Hex8070510C2532281629
Octal2001601210144562502651
Binary10000000111000010100010110010010111001010100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807051; }

 p { color: rgb(128,112,81); }

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

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

 a { background-color: rgb(128,112,81); }

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

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

 span { border-color: rgb(128,112,81); }

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