#8B7649

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

Shades of Shadow #8B7649

Tints of Shadow #8B7649

Color information

#8B7649 (or 0x8B7649) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 49. RGB value is (139,118,73). Sum of RGB (Red+Green+Blue) = 139+118+73=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7649 is #7489B6. Grayscale: #777777. Windows color (decimal): -7637431 or 4814475. OLE color: 4814475.

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

Color convert

RGB13911873-
CMYK00.150.470.45
HSL40.91º31.13%41.57%-
HSV(B)40.91º47.48%54.51%-
XYZ18.3318.938.99-
YUV119.15101.96142.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=42.12%
G=35.76%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391187300.150.470.4540.9131.1341.57
Hex8B76490F2F2D291f2a
Octal2131661110175755513752
Binary10001011111011010010010111110111110110110100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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