#8C754A

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

Shades of Shadow #8C754A

Tints of Shadow #8C754A

Color information

#8C754A (or 0x8C754A) is unknown color: approx Shadow. HEX triplet: 8C, 75 and 4A. RGB value is (140,117,74). Sum of RGB (Red+Green+Blue) = 140+117+74=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C754A is #738AB5. Grayscale: #777777. Windows color (decimal): -7572150 or 4879756. OLE color: 4879756.

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

Color convert

RGB14011774-
CMYK00.160.470.45
HSL39.09º30.84%41.96%-
HSV(B)39.09º47.14%54.9%-
XYZ18.4118.799.14-
YUV118.98102.62143-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=42.30%
G=35.35%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401177400.160.470.4539.0930.8441.96
Hex8C754A0102F2D271f2a
Octal2141651120205755473752
Binary100011001110101100101001000010111110110110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,117,74); }

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

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

 a { background-color: rgb(140,117,74); }

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

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

 span { border-color: rgb(140,117,74); }

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