#896549

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

Shades of Dark Wood #896549

Tints of Dark Wood #896549

Color information

#896549 (or 0x896549) is unknown color: approx Dark Wood. HEX triplet: 89, 65 and 49. RGB value is (137,101,73). Sum of RGB (Red+Green+Blue) = 137+101+73=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #896549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896549 is #769AB6. Grayscale: #6C6C6C. Windows color (decimal): -7772855 or 4810121. OLE color: 4810121.

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

Color convert

RGB13710173-
CMYK00.260.470.46
HSL26.25º30.48%41.18%-
HSV(B)26.25º46.72%53.73%-
XYZ16.1715.118.37-
YUV108.57107.93148.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=44.05%
G=32.48%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371017300.260.470.4626.2530.4841.18
Hex89654901A2F2E1a1e29
Octal2111451110325756323651
Binary10001001110010110010010110101011111011101101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896549; }

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

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

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

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

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

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

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

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