#897542

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

Shades of Shadow #897542

Tints of Shadow #897542

Color information

#897542 (or 0x897542) is unknown color: approx Shadow. HEX triplet: 89, 75 and 42. RGB value is (137,117,66). Sum of RGB (Red+Green+Blue) = 137+117+66=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #897542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897542 is #768ABD. Grayscale: #757575. Windows color (decimal): -7768766 or 4355465. OLE color: 4355465.

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

Color convert

RGB13711766-
CMYK00.150.520.46
HSL43.1º34.98%39.8%-
HSV(B)43.1º51.82%53.73%-
XYZ17.6618.437.78-
YUV117.1799.13142.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=42.81%
G=36.56%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371176600.150.520.4643.134.9839.8
Hex8975420F342E2b2328
Octal2111651020176456534350
Binary100010011110101100001001111110100101110101011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897542; }

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

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

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

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

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

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

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

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