#8C734E

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

Shades of Shadow #8C734E

Tints of Shadow #8C734E

Color information

#8C734E (or 0x8C734E) is unknown color: approx Shadow. HEX triplet: 8C, 73 and 4E. RGB value is (140,115,78). Sum of RGB (Red+Green+Blue) = 140+115+78=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C734E is #738CB1. Grayscale: #767676. Windows color (decimal): -7572658 or 5141388. OLE color: 5141388.

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

Color convert

RGB14011578-
CMYK00.180.440.45
HSL35.81º28.44%42.75%-
HSV(B)35.81º44.29%54.9%-
XYZ18.3218.399.79-
YUV118.26105.28143.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=42.04%
G=34.53%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401157800.180.440.4535.8128.4442.75
Hex8C734E0122C2D241c2b
Octal2141631160225455443453
Binary100011001110011100111001001010110010110110010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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