#8a7445

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

Shades of Shadow #8A7445

Tints of Shadow #8A7445

Color information

#8A7445 (or 0x8A7445) is unknown color: approx Shadow. HEX triplet: 8A, 74 and 45. RGB value is (138,116,69). Sum of RGB (Red+Green+Blue) = 138+116+69=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7445 is #758BBA. Grayscale: #757575. Windows color (decimal): -7703483 or 4551818. OLE color: 4551818.

HSL color Cylindrical-coordinate representation of color #8A7445: hue angle of 40.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7445 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB13811669-
CMYK00.160.50.46
HSL40.87º33.33%40.59%-
HSV(B)40.87º50%54.12%-
XYZ17.818.328.23-
YUV117.22100.79142.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=42.72%
G=35.91%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381166900.160.50.4640.8733.3340.59
Hex8A7445010322E292129
Octal2121641050206256514151
Binary1000101011101001000101010000110010101110101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a7445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,116,69); }

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

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

 a { background-color: rgb(138,116,69); }

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

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

 span { border-color: rgb(138,116,69); }

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