#897742

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

Shades of Shadow #897742

Tints of Shadow #897742

Color information

#897742 (or 0x897742) is unknown color: approx Shadow. HEX triplet: 89, 77 and 42. RGB value is (137,119,66). Sum of RGB (Red+Green+Blue) = 137+119+66=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #897742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897742 is #7688BD. Grayscale: #767676. Windows color (decimal): -7768254 or 4355977. OLE color: 4355977.

HSL color Cylindrical-coordinate representation of color #897742: hue angle of 44.79º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #897742 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB13711966-
CMYK00.130.520.46
HSL44.79º34.98%39.8%-
HSV(B)44.79º51.82%53.73%-
XYZ17.918.917.86-
YUV118.3498.46141.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=42.55%
G=36.96%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371196600.130.520.4644.7934.9839.8
Hex8977420D342E2d2328
Octal2111671020156456554350
Binary100010011110111100001001101110100101110101101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897742; }

 p { color: rgb(137,119,66); }

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

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

 a { background-color: rgb(137,119,66); }

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

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

 span { border-color: rgb(137,119,66); }

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