#8C7743

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

Shades of Shadow #8C7743

Tints of Shadow #8C7743

Color information

#8C7743 (or 0x8C7743) is unknown color: approx Shadow. HEX triplet: 8C, 77 and 43. RGB value is (140,119,67). Sum of RGB (Red+Green+Blue) = 140+119+67=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7743 is #7388BC. Grayscale: #777777. Windows color (decimal): -7571645 or 4421516. OLE color: 4421516.

HSL color Cylindrical-coordinate representation of color #8C7743: hue angle of 42.74º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C7743 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB14011967-
CMYK00.150.520.45
HSL42.74º35.27%40.59%-
HSV(B)42.74º52.14%54.9%-
XYZ18.4319.178.04-
YUV119.3598.46142.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 67 (26.56% from 255) = 20.55%
R=42.94%
G=36.50%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401196700.150.520.4542.7435.2740.59
Hex8C77430F342D2b2329
Octal2141671030176455534351
Binary100011001110111100001101111110100101101101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,67); }

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

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

 a { background-color: rgb(140,119,67); }

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

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

 span { border-color: rgb(140,119,67); }

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