#8B704F

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

Shades of Shadow #8B704F

Tints of Shadow #8B704F

Color information

#8B704F (or 0x8B704F) is unknown color: approx Shadow. HEX triplet: 8B, 70 and 4F. RGB value is (139,112,79). Sum of RGB (Red+Green+Blue) = 139+112+79=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B704F is #748FB0. Grayscale: #747474. Windows color (decimal): -7638961 or 5206155. OLE color: 5206155.

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

Color convert

RGB13911279-
CMYK00.190.430.45
HSL33º27.52%42.75%-
HSV(B)33º43.17%54.51%-
XYZ17.8517.649.86-
YUV116.31106.95144.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=42.12%
G=33.94%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391127900.190.430.453327.5242.75
Hex8B704F0132B2D211c2b
Octal2131601170235355413453
Binary100010111110000100111101001110101110110110000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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