#896047

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

Shades of Dark Wood #896047

Tints of Dark Wood #896047

Color information

#896047 (or 0x896047) is unknown color: approx Dark Wood. HEX triplet: 89, 60 and 47. RGB value is (137,96,71). Sum of RGB (Red+Green+Blue) = 137+96+71=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896047 is #769FB8. Grayscale: #696969. Windows color (decimal): -7774137 or 4677769. OLE color: 4677769.

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

Color convert

RGB1379671-
CMYK00.300.480.46
HSL22.73º31.73%40.78%-
HSV(B)22.73º48.18%53.73%-
XYZ15.6414.147.87-
YUV105.41108.58150.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=45.07%
G=31.58%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137967100.300.480.4622.7331.7340.78
Hex89604701E302E172029
Octal2111401070366056274051
Binary100010011100000100011101111011000010111010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896047; }

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

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

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

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

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

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

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

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