#8C713F

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

Shades of Shadow #8C713F

Tints of Shadow #8C713F

Color information

#8C713F (or 0x8C713F) is unknown color: approx Shadow. HEX triplet: 8C, 71 and 3F. RGB value is (140,113,63). Sum of RGB (Red+Green+Blue) = 140+113+63=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C713F is #738EC0. Grayscale: #737373. Windows color (decimal): -7573185 or 4157836. OLE color: 4157836.

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

Color convert

RGB14011363-
CMYK00.190.550.45
HSL38.96º37.93%39.8%-
HSV(B)38.96º55%54.9%-
XYZ17.6217.747.2-
YUV115.3798.45145.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 63 (25% from 255) = 19.94%
R=44.30%
G=35.76%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401136300.190.550.4538.9637.9339.8
Hex8C713F013372D272628
Octal214161770236755474650
Binary100011001110001111111010011110111101101100111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,113,63); }

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

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

 a { background-color: rgb(140,113,63); }

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

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

 span { border-color: rgb(140,113,63); }

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