#8B6E49

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

Shades of Shadow #8B6E49

Tints of Shadow #8B6E49

Color information

#8B6E49 (or 0x8B6E49) is unknown color: approx Shadow. HEX triplet: 8B, 6E and 49. RGB value is (139,110,73). Sum of RGB (Red+Green+Blue) = 139+110+73=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6E49 is #7491B6. Grayscale: #727272. Windows color (decimal): -7639479 or 4812427. OLE color: 4812427.

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

Color convert

RGB13911073-
CMYK00.210.470.45
HSL33.64º31.13%41.57%-
HSV(B)33.64º47.48%54.51%-
XYZ17.4317.128.69-
YUV114.45104.61145.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=43.17%
G=34.16%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391107300.210.470.4533.6431.1341.57
Hex8B6E490152F2D221f2a
Octal2131561110255755423752
Binary100010111101110100100101010110111110110110001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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