#8B7750

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

Shades of Shadow #8B7750

Tints of Shadow #8B7750

Color information

#8B7750 (or 0x8B7750) is unknown color: approx Shadow. HEX triplet: 8B, 77 and 50. RGB value is (139,119,80). Sum of RGB (Red+Green+Blue) = 139+119+80=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7750 is #7488AF. Grayscale: #787878. Windows color (decimal): -7637168 or 5273483. OLE color: 5273483.

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

Color convert

RGB13911980-
CMYK00.140.420.45
HSL39.66º26.94%42.94%-
HSV(B)39.66º42.45%54.51%-
XYZ18.6919.2610.32-
YUV120.53105.13141.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=41.12%
G=35.21%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391198000.140.420.4539.6626.9442.94
Hex8B77500E2A2D281b2b
Octal2131671200165255503353
Binary10001011111011110100000111010101010110110100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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