#89704E

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

Shades of Shadow #89704E

Tints of Shadow #89704E

Color information

#89704E (or 0x89704E) is unknown color: approx Shadow. HEX triplet: 89, 70 and 4E. RGB value is (137,112,78). Sum of RGB (Red+Green+Blue) = 137+112+78=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #89704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89704E is #768FB1. Grayscale: #737373. Windows color (decimal): -7770034 or 5140617. OLE color: 5140617.

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

Color convert

RGB13711278-
CMYK00.180.430.46
HSL34.58º27.44%42.16%-
HSV(B)34.58º43.07%53.73%-
XYZ17.4917.469.66-
YUV115.6106.78143.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=41.90%
G=34.25%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371127800.180.430.4634.5827.4442.16
Hex89704E0122B2E231b2a
Octal2111601160225356433352
Binary100010011110000100111001001010101110111010001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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