#8B7247

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

Shades of Shadow #8B7247

Tints of Shadow #8B7247

Color information

#8B7247 (or 0x8B7247) is unknown color: approx Shadow. HEX triplet: 8B, 72 and 47. RGB value is (139,114,71). Sum of RGB (Red+Green+Blue) = 139+114+71=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7247 is #748DB8. Grayscale: #747474. Windows color (decimal): -7638457 or 4682379. OLE color: 4682379.

HSL color Cylindrical-coordinate representation of color #8B7247: hue angle of 37.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7247 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB13911471-
CMYK00.180.490.45
HSL37.94º32.38%41.18%-
HSV(B)37.94º48.92%54.51%-
XYZ17.817.988.49-
YUV116.57102.28144-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=42.90%
G=35.19%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391147100.180.490.4537.9432.3841.18
Hex8B7247012312D262029
Octal2131621070226155464051
Binary1000101111100101000111010010110001101101100110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,71); }

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

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

 a { background-color: rgb(139,114,71); }

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

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

 span { border-color: rgb(139,114,71); }

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