#8C7341

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

Shades of Shadow #8C7341

Tints of Shadow #8C7341

Color information

#8C7341 (or 0x8C7341) is unknown color: approx Shadow. HEX triplet: 8C, 73 and 41. RGB value is (140,115,65). Sum of RGB (Red+Green+Blue) = 140+115+65=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7341 is #738CBE. Grayscale: #757575. Windows color (decimal): -7572671 or 4289420. OLE color: 4289420.

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

Color convert

RGB14011565-
CMYK00.180.540.45
HSL40º36.59%40.2%-
HSV(B)40º53.57%54.9%-
XYZ17.918.227.57-
YUV116.7898.78144.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=43.75%
G=35.94%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401156500.180.540.454036.5940.2
Hex8C7341012362D282528
Octal2141631010226655504550
Binary1000110011100111000001010010110110101101101000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,65); }

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

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

 a { background-color: rgb(140,115,65); }

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

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

 span { border-color: rgb(140,115,65); }

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