#8B7650

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

Shades of Shadow #8B7650

Tints of Shadow #8B7650

Color information

#8B7650 (or 0x8B7650) is unknown color: approx Shadow. HEX triplet: 8B, 76 and 50. RGB value is (139,118,80). Sum of RGB (Red+Green+Blue) = 139+118+80=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7650 is #7489AF. Grayscale: #787878. Windows color (decimal): -7637424 or 5273227. OLE color: 5273227.

HSL color Cylindrical-coordinate representation of color #8B7650: hue angle of 38.64º 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 #8B7650 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB13911880-
CMYK00.150.420.45
HSL38.64º26.94%42.94%-
HSV(B)38.64º42.45%54.51%-
XYZ18.5719.0310.28-
YUV119.95105.46141.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=41.25%
G=35.01%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391188000.150.420.4538.6426.9442.94
Hex8B76500F2A2D271b2b
Octal2131661200175255473353
Binary10001011111011010100000111110101010110110011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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