#8A7642

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

Shades of Shadow #8A7642

Tints of Shadow #8A7642

Color information

#8A7642 (or 0x8A7642) is unknown color: approx Shadow. HEX triplet: 8A, 76 and 42. RGB value is (138,118,66). Sum of RGB (Red+Green+Blue) = 138+118+66=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7642 is #7589BD. Grayscale: #767676. Windows color (decimal): -7702974 or 4355722. OLE color: 4355722.

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

Color convert

RGB13811866-
CMYK00.140.520.46
HSL43.33º35.29%40%-
HSV(B)43.33º52.17%54.12%-
XYZ17.9418.757.83-
YUV118.0598.63142.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=42.86%
G=36.65%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381186600.140.520.4643.3335.2940
Hex8A76420E342E2b2328
Octal2121661020166456534350
Binary100010101110110100001001110110100101110101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,66); }

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

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

 a { background-color: rgb(138,118,66); }

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

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

 span { border-color: rgb(138,118,66); }

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