#8B794B

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

Shades of Shadow #8B794B

Tints of Shadow #8B794B

Color information

#8B794B (or 0x8B794B) is unknown color: approx Shadow. HEX triplet: 8B, 79 and 4B. RGB value is (139,121,75). Sum of RGB (Red+Green+Blue) = 139+121+75=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B794B is #7486B4. Grayscale: #797979. Windows color (decimal): -7636661 or 4946315. OLE color: 4946315.

HSL color Cylindrical-coordinate representation of color #8B794B: hue angle of 43.12º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B794B is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB13912175-
CMYK00.130.460.45
HSL43.12º29.91%41.96%-
HSV(B)43.12º46.04%54.51%-
XYZ18.7519.679.47-
YUV121.14101.96140.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=41.49%
G=36.12%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391217500.130.460.4543.1229.9141.96
Hex8B794B0D2E2D2b1e2a
Octal2131711130155655533652
Binary10001011111100110010110110110111010110110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,121,75); }

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

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

 a { background-color: rgb(139,121,75); }

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

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

 span { border-color: rgb(139,121,75); }

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