#8B7550

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

Shades of Shadow #8B7550

Tints of Shadow #8B7550

Color information

#8B7550 (or 0x8B7550) is unknown color: approx Shadow. HEX triplet: 8B, 75 and 50. RGB value is (139,117,80). Sum of RGB (Red+Green+Blue) = 139+117+80=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7550 is #748AAF. Grayscale: #777777. Windows color (decimal): -7637680 or 5272971. OLE color: 5272971.

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

Color convert

RGB13911780-
CMYK00.160.420.45
HSL37.63º26.94%42.94%-
HSV(B)37.63º42.45%54.51%-
XYZ18.4618.7910.24-
YUV119.36105.79142.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=41.37%
G=34.82%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391178000.160.420.4537.6326.9442.94
Hex8B75500102A2D261b2b
Octal2131651200205255463353
Binary100010111110101101000001000010101010110110011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,80); }

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

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

 a { background-color: rgb(139,117,80); }

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

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

 span { border-color: rgb(139,117,80); }

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