#89713F

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

Shades of Shadow #89713F

Tints of Shadow #89713F

Color information

#89713F (or 0x89713F) is unknown color: approx Shadow. HEX triplet: 89, 71 and 3F. RGB value is (137,113,63). Sum of RGB (Red+Green+Blue) = 137+113+63=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89713F is #768EC0. Grayscale: #727272. Windows color (decimal): -7769793 or 4157833. OLE color: 4157833.

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

Color convert

RGB13711363-
CMYK00.180.540.46
HSL40.54º37%39.22%-
HSV(B)40.54º54.01%53.73%-
XYZ17.1217.497.18-
YUV114.4898.95144.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 63 (25% from 255) = 20.13%
R=43.77%
G=36.10%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371136300.180.540.4640.543739.22
Hex89713F012362E292527
Octal211161770226656514547
Binary100010011110001111111010010110110101110101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,113,63); }

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

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

 a { background-color: rgb(137,113,63); }

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

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

 span { border-color: rgb(137,113,63); }

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