#8C744E

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

Shades of Shadow #8C744E

Tints of Shadow #8C744E

Color information

#8C744E (or 0x8C744E) is unknown color: approx Shadow. HEX triplet: 8C, 74 and 4E. RGB value is (140,116,78). Sum of RGB (Red+Green+Blue) = 140+116+78=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C744E is #738BB1. Grayscale: #777777. Windows color (decimal): -7572402 or 5141644. OLE color: 5141644.

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

Color convert

RGB14011678-
CMYK00.170.440.45
HSL36.77º28.44%42.75%-
HSV(B)36.77º44.29%54.9%-
XYZ18.4418.629.83-
YUV118.84104.95143.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=41.92%
G=34.73%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401167800.170.440.4536.7728.4442.75
Hex8C744E0112C2D251c2b
Octal2141641160215455453453
Binary100011001110100100111001000110110010110110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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