#89704D

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

Shades of Shadow #89704D

Tints of Shadow #89704D

Color information

#89704D (or 0x89704D) is unknown color: approx Shadow. HEX triplet: 89, 70 and 4D. RGB value is (137,112,77). Sum of RGB (Red+Green+Blue) = 137+112+77=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89704D is #768FB2. Grayscale: #737373. Windows color (decimal): -7770035 or 5075081. OLE color: 5075081.

HSL color Cylindrical-coordinate representation of color #89704D: hue angle of 35º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89704D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB13711277-
CMYK00.180.440.46
HSL35º28.04%41.96%-
HSV(B)35º43.8%53.73%-
XYZ17.4517.449.47-
YUV115.48106.28143.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=42.02%
G=34.36%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371127700.180.440.463528.0441.96
Hex89704D0122C2E231c2a
Octal2111601150225456433452
Binary100010011110000100110101001010110010111010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89704D; }

 p { color: rgb(137,112,77); }

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

<style>
 a { background-color: #89704D; }

 a { background-color: rgb(137,112,77); }

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

<style>
 span { border-color: #89704D; }

 span { border-color: rgb(137,112,77); }

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