#8B7141

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

Shades of Shadow #8B7141

Tints of Shadow #8B7141

Color information

#8B7141 (or 0x8B7141) is unknown color: approx Shadow. HEX triplet: 8B, 71 and 41. RGB value is (139,113,65). Sum of RGB (Red+Green+Blue) = 139+113+65=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7141 is #748EBE. Grayscale: #737373. Windows color (decimal): -7638719 or 4288907. OLE color: 4288907.

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

Color convert

RGB13911365-
CMYK00.190.530.45
HSL38.92º36.27%40%-
HSV(B)38.92º53.24%54.51%-
XYZ17.5117.687.49-
YUV115.399.61144.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=43.85%
G=35.65%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391136500.190.530.4538.9236.2740
Hex8B7141013352D272428
Octal2131611010236555474450
Binary1000101111100011000001010011110101101101100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,65); }

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

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

 a { background-color: rgb(139,113,65); }

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

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

 span { border-color: rgb(139,113,65); }

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