#8B7546

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

Shades of Shadow #8B7546

Tints of Shadow #8B7546

Color information

#8B7546 (or 0x8B7546) is unknown color: approx Shadow. HEX triplet: 8B, 75 and 46. RGB value is (139,117,70). Sum of RGB (Red+Green+Blue) = 139+117+70=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7546 is #748AB9. Grayscale: #767676. Windows color (decimal): -7637690 or 4617611. OLE color: 4617611.

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

Color convert

RGB13911770-
CMYK00.160.500.45
HSL40.87º33.01%40.98%-
HSV(B)40.87º49.64%54.51%-
XYZ18.1118.658.44-
YUV118.22100.79142.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=42.64%
G=35.89%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391177000.160.500.4540.8733.0140.98
Hex8B7546010322D292129
Octal2131651060206255514151
Binary1000101111101011000110010000110010101101101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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