#8B7246

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

Shades of Shadow #8B7246

Tints of Shadow #8B7246

Color information

#8B7246 (or 0x8B7246) is unknown color: approx Shadow. HEX triplet: 8B, 72 and 46. RGB value is (139,114,70). Sum of RGB (Red+Green+Blue) = 139+114+70=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7246 is #748DB9. Grayscale: #747474. Windows color (decimal): -7638458 or 4616843. OLE color: 4616843.

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

Color convert

RGB13911470-
CMYK00.180.500.45
HSL38.26º33.01%40.98%-
HSV(B)38.26º49.64%54.51%-
XYZ17.7717.978.33-
YUV116.46101.78144.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=43.03%
G=35.29%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391147000.180.500.4538.2633.0140.98
Hex8B7246012322D262129
Octal2131621060226255464151
Binary1000101111100101000110010010110010101101100110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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