#8A703F

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

Shades of Shadow #8A703F

Tints of Shadow #8A703F

Color information

#8A703F (or 0x8A703F) is unknown color: approx Shadow. HEX triplet: 8A, 70 and 3F. RGB value is (138,112,63). Sum of RGB (Red+Green+Blue) = 138+112+63=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A703F is #758FC0. Grayscale: #727272. Windows color (decimal): -7704513 or 4157578. OLE color: 4157578.

HSL color Cylindrical-coordinate representation of color #8A703F: hue angle of 39.2º 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 #8A703F is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB13811263-
CMYK00.190.540.46
HSL39.2º37.31%39.41%-
HSV(B)39.2º54.35%54.12%-
XYZ17.1717.357.15-
YUV114.1999.11144.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 63 (25% from 255) = 20.13%
R=44.09%
G=35.78%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381126300.190.540.4639.237.3139.41
Hex8A703F013362E272527
Octal212160770236656474547
Binary100010101110000111111010011110110101110100111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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