#8C714C

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

Shades of Shadow #8C714C

Tints of Shadow #8C714C

Color information

#8C714C (or 0x8C714C) is unknown color: approx Shadow. HEX triplet: 8C, 71 and 4C. RGB value is (140,113,76). Sum of RGB (Red+Green+Blue) = 140+113+76=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C714C is #738EB3. Grayscale: #757575. Windows color (decimal): -7573172 or 5009804. OLE color: 5009804.

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

Color convert

RGB14011376-
CMYK00.190.460.45
HSL34.69º29.63%42.35%-
HSV(B)34.69º45.71%54.9%-
XYZ18.0217.919.34-
YUV116.86104.95144.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=42.55%
G=34.35%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401137600.190.460.4534.6929.6342.35
Hex8C714C0132E2D231e2a
Octal2141611140235655433652
Binary100011001110001100110001001110111010110110001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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