#8A7941

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

Shades of Shadow #8A7941

Tints of Shadow #8A7941

Color information

#8A7941 (or 0x8A7941) is unknown color: approx Shadow. HEX triplet: 8A, 79 and 41. RGB value is (138,121,65). Sum of RGB (Red+Green+Blue) = 138+121+65=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7941 is #7586BE. Grayscale: #777777. Windows color (decimal): -7702207 or 4290954. OLE color: 4290954.

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

Color convert

RGB13812165-
CMYK00.120.530.46
HSL46.03º35.96%39.8%-
HSV(B)46.03º52.9%54.12%-
XYZ18.2719.467.79-
YUV119.797.13141.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=42.59%
G=37.35%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381216500.120.530.4646.0335.9639.8
Hex8A79410C352E2e2428
Octal2121711010146556564450
Binary100010101111001100000101100110101101110101110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,65); }

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

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

 a { background-color: rgb(138,121,65); }

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

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

 span { border-color: rgb(138,121,65); }

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