#8B743F

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

Shades of Shadow #8B743F

Tints of Shadow #8B743F

Color information

#8B743F (or 0x8B743F) is unknown color: approx Shadow. HEX triplet: 8B, 74 and 3F. RGB value is (139,116,63). Sum of RGB (Red+Green+Blue) = 139+116+63=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B743F is #748BC0. Grayscale: #757575. Windows color (decimal): -7637953 or 4158603. OLE color: 4158603.

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

Color convert

RGB13911663-
CMYK00.170.550.45
HSL41.84º37.62%39.61%-
HSV(B)41.84º54.68%54.51%-
XYZ17.7918.347.3-
YUV116.8497.62143.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 63 (25% from 255) = 19.81%
R=43.71%
G=36.48%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391166300.170.550.4541.8437.6239.61
Hex8B743F011372D2a2628
Octal213164770216755524650
Binary100010111110100111111010001110111101101101010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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