#8A7841

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

Shades of Shadow #8A7841

Tints of Shadow #8A7841

Color information

#8A7841 (or 0x8A7841) is unknown color: approx Shadow. HEX triplet: 8A, 78 and 41. RGB value is (138,120,65). Sum of RGB (Red+Green+Blue) = 138+120+65=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7841 is #7587BE. Grayscale: #777777. Windows color (decimal): -7702463 or 4290698. OLE color: 4290698.

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

Color convert

RGB13812065-
CMYK00.130.530.46
HSL45.21º35.96%39.8%-
HSV(B)45.21º52.9%54.12%-
XYZ18.1519.227.75-
YUV119.1197.46141.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=42.72%
G=37.15%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381206500.130.530.4645.2135.9639.8
Hex8A78410D352E2d2428
Octal2121701010156556554450
Binary100010101111000100000101101110101101110101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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