#8B7241

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

Shades of Shadow #8B7241

Tints of Shadow #8B7241

Color information

#8B7241 (or 0x8B7241) is unknown color: approx Shadow. HEX triplet: 8B, 72 and 41. RGB value is (139,114,65). Sum of RGB (Red+Green+Blue) = 139+114+65=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7241 is #748DBE. Grayscale: #747474. Windows color (decimal): -7638463 or 4289163. OLE color: 4289163.

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

Color convert

RGB13911465-
CMYK00.180.530.45
HSL39.73º36.27%40%-
HSV(B)39.73º53.24%54.51%-
XYZ17.6217.917.53-
YUV115.8999.28144.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=43.71%
G=35.85%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391146500.180.530.4539.7336.2740
Hex8B7241012352D282428
Octal2131621010226555504450
Binary1000101111100101000001010010110101101101101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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