#8A7949

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

Shades of Shadow #8A7949

Tints of Shadow #8A7949

Color information

#8A7949 (or 0x8A7949) is unknown color: approx Shadow. HEX triplet: 8A, 79 and 49. RGB value is (138,121,73). Sum of RGB (Red+Green+Blue) = 138+121+73=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7949 is #7586B6. Grayscale: #787878. Windows color (decimal): -7702199 or 4815242. OLE color: 4815242.

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

Color convert

RGB13812173-
CMYK00.120.470.46
HSL44.31º30.81%41.37%-
HSV(B)44.31º47.1%54.12%-
XYZ18.5219.569.1-
YUV120.61101.13140.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=41.57%
G=36.45%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381217300.120.470.4644.3130.8141.37
Hex8A79490C2F2E2c1f29
Octal2121711110145756543751
Binary10001010111100110010010110010111110111010110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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