#8B744F

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

Shades of Shadow #8B744F

Tints of Shadow #8B744F

Color information

#8B744F (or 0x8B744F) is unknown color: approx Shadow. HEX triplet: 8B, 74 and 4F. RGB value is (139,116,79). Sum of RGB (Red+Green+Blue) = 139+116+79=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B744F is #748BB0. Grayscale: #767676. Windows color (decimal): -7637937 or 5207179. OLE color: 5207179.

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

Color convert

RGB13911679-
CMYK00.170.430.45
HSL37º27.52%42.75%-
HSV(B)37º43.17%54.51%-
XYZ18.318.5410.01-
YUV118.66105.62142.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=41.62%
G=34.73%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391167900.170.430.453727.5242.75
Hex8B744F0112B2D251c2b
Octal2131641170215355453453
Binary100010111110100100111101000110101110110110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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