#8C734B

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

Shades of Shadow #8C734B

Tints of Shadow #8C734B

Color information

#8C734B (or 0x8C734B) is unknown color: approx Shadow. HEX triplet: 8C, 73 and 4B. RGB value is (140,115,75). Sum of RGB (Red+Green+Blue) = 140+115+75=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C734B is #738CB4. Grayscale: #767676. Windows color (decimal): -7572661 or 4944780. OLE color: 4944780.

HSL color Cylindrical-coordinate representation of color #8C734B: hue angle of 36.92º 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 #8C734B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB14011575-
CMYK00.180.460.45
HSL36.92º30.23%42.16%-
HSV(B)36.92º46.43%54.9%-
XYZ18.2218.349.24-
YUV117.92103.78143.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=42.42%
G=34.85%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401157500.180.460.4536.9230.2342.16
Hex8C734B0122E2D251e2a
Octal2141631130225655453652
Binary100011001110011100101101001010111010110110010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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