#8A7849

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

Shades of Shadow #8A7849

Tints of Shadow #8A7849

Color information

#8A7849 (or 0x8A7849) is unknown color: approx Shadow. HEX triplet: 8A, 78 and 49. RGB value is (138,120,73). Sum of RGB (Red+Green+Blue) = 138+120+73=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7849 is #7587B6. Grayscale: #787878. Windows color (decimal): -7702455 or 4814986. OLE color: 4814986.

HSL color Cylindrical-coordinate representation of color #8A7849: hue angle of 43.38º 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 #8A7849 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13812073-
CMYK00.130.470.46
HSL43.38º30.81%41.37%-
HSV(B)43.38º47.1%54.12%-
XYZ18.419.329.06-
YUV120.02101.46140.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=41.69%
G=36.25%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381207300.130.470.4643.3830.8141.37
Hex8A78490D2F2E2b1f29
Octal2121701110155756533751
Binary10001010111100010010010110110111110111010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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