#8A704A

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

Shades of Shadow #8A704A

Tints of Shadow #8A704A

Color information

#8A704A (or 0x8A704A) is unknown color: approx Shadow. HEX triplet: 8A, 70 and 4A. RGB value is (138,112,74). Sum of RGB (Red+Green+Blue) = 138+112+74=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A704A is #758FB5. Grayscale: #737373. Windows color (decimal): -7704502 or 4878474. OLE color: 4878474.

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

Color convert

RGB13811274-
CMYK00.190.460.46
HSL35.62º30.19%41.57%-
HSV(B)35.62º46.38%54.12%-
XYZ17.5117.498.93-
YUV115.44104.61144.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=42.59%
G=34.57%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381127400.190.460.4635.6230.1941.57
Hex8A704A0132E2E241e2a
Octal2121601120235656443652
Binary100010101110000100101001001110111010111010010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,74); }

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

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

 a { background-color: rgb(138,112,74); }

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

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

 span { border-color: rgb(138,112,74); }

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