#8B744A

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

Shades of Shadow #8B744A

Tints of Shadow #8B744A

Color information

#8B744A (or 0x8B744A) is unknown color: approx Shadow. HEX triplet: 8B, 74 and 4A. RGB value is (139,116,74). Sum of RGB (Red+Green+Blue) = 139+116+74=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B744A is #748BB5. Grayscale: #767676. Windows color (decimal): -7637942 or 4879499. OLE color: 4879499.

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

Color convert

RGB13911674-
CMYK00.170.470.45
HSL38.77º30.52%41.76%-
HSV(B)38.77º46.76%54.51%-
XYZ18.1318.479.09-
YUV118.09103.12142.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=42.25%
G=35.26%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391167400.170.470.4538.7730.5241.76
Hex8B744A0112F2D271f2a
Octal2131641120215755473752
Binary100010111110100100101001000110111110110110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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