#807053

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

Shades of Shadow #807053

Tints of Shadow #807053

Color information

#807053 (or 0x807053) is unknown color: approx Shadow. HEX triplet: 80, 70 and 53. RGB value is (128,112,83). Sum of RGB (Red+Green+Blue) = 128+112+83=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #807053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807053 is #7F8FAC. Grayscale: #717171. Windows color (decimal): -8359853 or 5468288. OLE color: 5468288.

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

Color convert

RGB12811283-
CMYK00.120.350.50
HSL38.67º21.33%41.37%-
HSV(B)38.67º35.16%50.2%-
XYZ16.2616.810.57-
YUV113.48110.8138.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=39.63%
G=34.67%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281128300.120.350.5038.6721.3341.37
Hex8070530C2332271529
Octal2001601230144362472551
Binary10000000111000010100110110010001111001010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807053; }

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

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

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

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

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

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

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

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