#8D724F

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

Shades of Shadow #8D724F

Tints of Shadow #8D724F

Color information

#8D724F (or 0x8D724F) is unknown color: approx Shadow. HEX triplet: 8D, 72 and 4F. RGB value is (141,114,79). Sum of RGB (Red+Green+Blue) = 141+114+79=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D724F is #728DB0. Grayscale: #767676. Windows color (decimal): -7507377 or 5206669. OLE color: 5206669.

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

Color convert

RGB14111479-
CMYK00.190.440.45
HSL33.87º28.18%43.14%-
HSV(B)33.87º43.97%55.29%-
XYZ18.4118.269.95-
YUV118.08105.95144.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=42.22%
G=34.13%
B=23.65%

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
Decimal1411147900.190.440.4533.8728.1843.14
Hex8D724F0132C2D221c2b
Octal2151621170235455423453
Binary100011011110010100111101001110110010110110001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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