#8B744E

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

Shades of Shadow #8B744E

Tints of Shadow #8B744E

Color information

#8B744E (or 0x8B744E) is unknown color: approx Shadow. HEX triplet: 8B, 74 and 4E. RGB value is (139,116,78). Sum of RGB (Red+Green+Blue) = 139+116+78=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B744E is #748BB1. Grayscale: #767676. Windows color (decimal): -7637938 or 5141643. OLE color: 5141643.

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

Color convert

RGB13911678-
CMYK00.170.440.45
HSL37.38º28.11%42.55%-
HSV(B)37.38º43.88%54.51%-
XYZ18.2718.539.82-
YUV118.54105.12142.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=41.74%
G=34.83%
B=23.42%

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
Decimal1391167800.170.440.4537.3828.1142.55
Hex8B744E0112C2D251c2b
Octal2131641160215455453453
Binary100010111110100100111001000110110010110110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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