#8A773F

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

Shades of Shadow #8A773F

Tints of Shadow #8A773F

Color information

#8A773F (or 0x8A773F) is unknown color: approx Shadow. HEX triplet: 8A, 77 and 3F. RGB value is (138,119,63). Sum of RGB (Red+Green+Blue) = 138+119+63=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A773F is #7588C0. Grayscale: #767676. Windows color (decimal): -7702721 or 4159370. OLE color: 4159370.

HSL color Cylindrical-coordinate representation of color #8A773F: hue angle of 44.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A773F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB13811963-
CMYK00.140.540.46
HSL44.8º37.31%39.41%-
HSV(B)44.8º54.35%54.12%-
XYZ17.9818.967.41-
YUV118.396.79142.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 63 (25% from 255) = 19.69%
R=43.12%
G=37.19%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381196300.140.540.4644.837.3139.41
Hex8A773F0E362E2d2527
Octal212167770166656554547
Binary10001010111011111111101110110110101110101101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A773F; }

 p { color: rgb(138,119,63); }

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

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

 a { background-color: rgb(138,119,63); }

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

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

 span { border-color: rgb(138,119,63); }

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