#8B7641

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

Shades of Shadow #8B7641

Tints of Shadow #8B7641

Color information

#8B7641 (or 0x8B7641) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 41. RGB value is (139,118,65). Sum of RGB (Red+Green+Blue) = 139+118+65=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7641 is #7489BE. Grayscale: #767676. Windows color (decimal): -7637439 or 4290187. OLE color: 4290187.

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

Color convert

RGB13911865-
CMYK00.150.530.45
HSL42.97º36.27%40%-
HSV(B)42.97º53.24%54.51%-
XYZ18.0818.837.68-
YUV118.2497.96142.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=43.17%
G=36.65%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391186500.150.530.4542.9736.2740
Hex8B76410F352D2b2428
Octal2131661010176555534450
Binary100010111110110100000101111110101101101101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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