#897140

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

Shades of Shadow #897140

Tints of Shadow #897140

Color information

#897140 (or 0x897140) is unknown color: approx Shadow. HEX triplet: 89, 71 and 40. RGB value is (137,113,64). Sum of RGB (Red+Green+Blue) = 137+113+64=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #897140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897140 is #768EBF. Grayscale: #727272. Windows color (decimal): -7769792 or 4223369. OLE color: 4223369.

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

Color convert

RGB13711364-
CMYK00.180.530.46
HSL40.27º36.32%39.41%-
HSV(B)40.27º53.28%53.73%-
XYZ17.1517.57.32-
YUV114.5999.45143.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=43.63%
G=35.99%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371136400.180.530.4640.2736.3239.41
Hex897140012352E282427
Octal2111611000226556504447
Binary1000100111100011000000010010110101101110101000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897140; }

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

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

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

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

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

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

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

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