#89704B

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

Shades of Shadow #89704B

Tints of Shadow #89704B

Color information

#89704B (or 0x89704B) is unknown color: approx Shadow. HEX triplet: 89, 70 and 4B. RGB value is (137,112,75). Sum of RGB (Red+Green+Blue) = 137+112+75=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #89704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89704B is #768FB4. Grayscale: #737373. Windows color (decimal): -7770037 or 4944009. OLE color: 4944009.

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

Color convert

RGB13711275-
CMYK00.180.450.46
HSL35.81º29.25%41.57%-
HSV(B)35.81º45.26%53.73%-
XYZ17.3817.419.1-
YUV115.26105.28143.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=42.28%
G=34.57%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371127500.180.450.4635.8129.2541.57
Hex89704B0122D2E241d2a
Octal2111601130225556443552
Binary100010011110000100101101001010110110111010010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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