#8C724F

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

Shades of Shadow #8C724F

Tints of Shadow #8C724F

Color information

#8C724F (or 0x8C724F) is unknown color: approx Shadow. HEX triplet: 8C, 72 and 4F. RGB value is (140,114,79). Sum of RGB (Red+Green+Blue) = 140+114+79=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C724F is #738DB0. Grayscale: #757575. Windows color (decimal): -7572913 or 5206668. OLE color: 5206668.

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

Color convert

RGB14011479-
CMYK00.190.440.45
HSL34.43º27.85%42.94%-
HSV(B)34.43º43.57%54.9%-
XYZ18.2418.179.94-
YUV117.78106.11143.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=42.04%
G=34.23%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401147900.190.440.4534.4327.8542.94
Hex8C724F0132C2D221c2b
Octal2141621170235455423453
Binary100011001110010100111101001110110010110110001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,79); }

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

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

 a { background-color: rgb(140,114,79); }

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

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

 span { border-color: rgb(140,114,79); }

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