#89764F

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

Shades of Shadow #89764F

Tints of Shadow #89764F

Color information

#89764F (or 0x89764F) is unknown color: approx Shadow. HEX triplet: 89, 76 and 4F. RGB value is (137,118,79). Sum of RGB (Red+Green+Blue) = 137+118+79=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89764F is #7689B0. Grayscale: #777777. Windows color (decimal): -7768497 or 5207689. OLE color: 5207689.

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

Color convert

RGB13711879-
CMYK00.140.420.46
HSL40.34º26.85%42.35%-
HSV(B)40.34º42.34%53.73%-
XYZ18.2118.8410.07-
YUV119.23105.29140.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=41.02%
G=35.33%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371187900.140.420.4640.3426.8542.35
Hex89764F0E2A2E281b2a
Octal2111661170165256503352
Binary10001001111011010011110111010101010111010100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89764F; }

 p { color: rgb(137,118,79); }

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

<style>
 a { background-color: #89764F; }

 a { background-color: rgb(137,118,79); }

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

<style>
 span { border-color: #89764F; }

 span { border-color: rgb(137,118,79); }

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