#89744F

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

Shades of Shadow #89744F

Tints of Shadow #89744F

Color information

#89744F (or 0x89744F) is unknown color: approx Shadow. HEX triplet: 89, 74 and 4F. RGB value is (137,116,79). Sum of RGB (Red+Green+Blue) = 137+116+79=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89744F is #768BB0. Grayscale: #767676. Windows color (decimal): -7769009 or 5207177. OLE color: 5207177.

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

Color convert

RGB13711679-
CMYK00.150.420.46
HSL38.28º26.85%42.35%-
HSV(B)38.28º42.34%53.73%-
XYZ17.9718.3710-
YUV118.06105.96141.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=41.27%
G=34.94%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371167900.150.420.4638.2826.8542.35
Hex89744F0F2A2E261b2a
Octal2111641170175256463352
Binary10001001111010010011110111110101010111010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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