#896547

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

Shades of Dark Wood #896547

Tints of Dark Wood #896547

Color information

#896547 (or 0x896547) is unknown color: approx Dark Wood. HEX triplet: 89, 65 and 47. RGB value is (137,101,71). Sum of RGB (Red+Green+Blue) = 137+101+71=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #896547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896547 is #769AB8. Grayscale: #6C6C6C. Windows color (decimal): -7772857 or 4679049. OLE color: 4679049.

HSL color Cylindrical-coordinate representation of color #896547: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896547 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB13710171-
CMYK00.260.480.46
HSL27.27º31.73%40.78%-
HSV(B)27.27º48.18%53.73%-
XYZ16.1115.088.02-
YUV108.34106.93148.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=44.34%
G=32.69%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371017100.260.480.4627.2731.7340.78
Hex89654701A302E1b2029
Octal2111451070326056334051
Binary100010011100101100011101101011000010111011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896547; }

 p { color: rgb(137,101,71); }

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

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

 a { background-color: rgb(137,101,71); }

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

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

 span { border-color: rgb(137,101,71); }

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