#8B753F

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

Shades of Shadow #8B753F

Tints of Shadow #8B753F

Color information

#8B753F (or 0x8B753F) is unknown color: approx Shadow. HEX triplet: 8B, 75 and 3F. RGB value is (139,117,63). Sum of RGB (Red+Green+Blue) = 139+117+63=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B753F is #748AC0. Grayscale: #757575. Windows color (decimal): -7637697 or 4158859. OLE color: 4158859.

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

Color convert

RGB13911763-
CMYK00.160.550.45
HSL42.63º37.62%39.61%-
HSV(B)42.63º54.68%54.51%-
XYZ17.9118.577.34-
YUV117.4297.29143.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 63 (25% from 255) = 19.75%
R=43.57%
G=36.68%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391176300.160.550.4542.6337.6239.61
Hex8B753F010372D2b2628
Octal213165770206755534650
Binary100010111110101111111010000110111101101101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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