#8B734E

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

Shades of Shadow #8B734E

Tints of Shadow #8B734E

Color information

#8B734E (or 0x8B734E) is unknown color: approx Shadow. HEX triplet: 8B, 73 and 4E. RGB value is (139,115,78). Sum of RGB (Red+Green+Blue) = 139+115+78=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B734E is #748CB1. Grayscale: #767676. Windows color (decimal): -7638194 or 5141387. OLE color: 5141387.

HSL color Cylindrical-coordinate representation of color #8B734E: hue angle of 36.39º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B734E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB13911578-
CMYK00.170.440.45
HSL36.39º28.11%42.55%-
HSV(B)36.39º43.88%54.51%-
XYZ18.1518.39.78-
YUV117.96105.45143.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=41.87%
G=34.64%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391157800.170.440.4536.3928.1142.55
Hex8B734E0112C2D241c2b
Octal2131631160215455443453
Binary100010111110011100111001000110110010110110010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,78); }

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

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

 a { background-color: rgb(139,115,78); }

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

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

 span { border-color: rgb(139,115,78); }

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