#8A723F

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

Shades of Shadow #8A723F

Tints of Shadow #8A723F

Color information

#8A723F (or 0x8A723F) is unknown color: approx Shadow. HEX triplet: 8A, 72 and 3F. RGB value is (138,114,63). Sum of RGB (Red+Green+Blue) = 138+114+63=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A723F is #758DC0. Grayscale: #737373. Windows color (decimal): -7704001 or 4158090. OLE color: 4158090.

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

Color convert

RGB13811463-
CMYK00.170.540.46
HSL40.8º37.31%39.41%-
HSV(B)40.8º54.35%54.12%-
XYZ17.417.87.22-
YUV115.3698.45144.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 63 (25% from 255) = 20%
R=43.81%
G=36.19%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381146300.170.540.4640.837.3139.41
Hex8A723F011362E292527
Octal212162770216656514547
Binary100010101110010111111010001110110101110101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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