#8A7641

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

Shades of Shadow #8A7641

Tints of Shadow #8A7641

Color information

#8A7641 (or 0x8A7641) is unknown color: approx Shadow. HEX triplet: 8A, 76 and 41. RGB value is (138,118,65). Sum of RGB (Red+Green+Blue) = 138+118+65=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7641 is #7589BE. Grayscale: #767676. Windows color (decimal): -7702975 or 4290186. OLE color: 4290186.

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

Color convert

RGB13811865-
CMYK00.140.530.46
HSL43.56º35.96%39.8%-
HSV(B)43.56º52.9%54.12%-
XYZ17.9118.747.67-
YUV117.9498.13142.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=42.99%
G=36.76%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381186500.140.530.4643.5635.9639.8
Hex8A76410E352E2c2428
Octal2121661010166556544450
Binary100010101110110100000101110110101101110101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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