#8B7841

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

Shades of Shadow #8B7841

Tints of Shadow #8B7841

Color information

#8B7841 (or 0x8B7841) is unknown color: approx Shadow. HEX triplet: 8B, 78 and 41. RGB value is (139,120,65). Sum of RGB (Red+Green+Blue) = 139+120+65=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7841 is #7487BE. Grayscale: #777777. Windows color (decimal): -7636927 or 4290699. OLE color: 4290699.

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

Color convert

RGB13912065-
CMYK00.140.530.45
HSL44.59º36.27%40%-
HSV(B)44.59º53.24%54.51%-
XYZ18.3219.37.76-
YUV119.4197.29141.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=42.90%
G=37.04%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391206500.140.530.4544.5936.2740
Hex8B78410E352D2d2428
Octal2131701010166555554450
Binary100010111111000100000101110110101101101101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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