#8B7A41

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

Shades of Shadow #8B7A41

Tints of Shadow #8B7A41

Color information

#8B7A41 (or 0x8B7A41) is unknown color: approx Shadow. HEX triplet: 8B, 7A and 41. RGB value is (139,122,65). Sum of RGB (Red+Green+Blue) = 139+122+65=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A41 is #7485BE. Grayscale: #787878. Windows color (decimal): -7636415 or 4291211. OLE color: 4291211.

HSL color Cylindrical-coordinate representation of color #8B7A41: hue angle of 46.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B7A41 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB13912265-
CMYK00.120.530.45
HSL46.22º36.27%40%-
HSV(B)46.22º53.24%54.51%-
XYZ18.5619.797.84-
YUV120.5896.63141.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=42.64%
G=37.42%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391226500.120.530.4546.2236.2740
Hex8B7A410C352D2e2428
Octal2131721010146555564450
Binary100010111111010100000101100110101101101101110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,65); }

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

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

 a { background-color: rgb(139,122,65); }

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

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

 span { border-color: rgb(139,122,65); }

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