#89744D

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

Shades of Shadow #89744D

Tints of Shadow #89744D

Color information

#89744D (or 0x89744D) is unknown color: approx Shadow. HEX triplet: 89, 74 and 4D. RGB value is (137,116,77). Sum of RGB (Red+Green+Blue) = 137+116+77=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89744D is #768BB2. Grayscale: #767676. Windows color (decimal): -7769011 or 5076105. OLE color: 5076105.

HSL color Cylindrical-coordinate representation of color #89744D: hue angle of 39º 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 #89744D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB13711677-
CMYK00.150.440.46
HSL39º28.04%41.96%-
HSV(B)39º43.8%53.73%-
XYZ17.918.349.62-
YUV117.83104.96141.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=41.52%
G=35.15%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371167700.150.440.463928.0441.96
Hex89744D0F2C2E271c2a
Octal2111641150175456473452
Binary10001001111010010011010111110110010111010011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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