#896849

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

Shades of Dark Wood #896849

Tints of Dark Wood #896849

Color information

#896849 (or 0x896849) is unknown color: approx Dark Wood. HEX triplet: 89, 68 and 49. RGB value is (137,104,73). Sum of RGB (Red+Green+Blue) = 137+104+73=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #896849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896849 is #7697B6. Grayscale: #6E6E6E. Windows color (decimal): -7772087 or 4810889. OLE color: 4810889.

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

Color convert

RGB13710473-
CMYK00.240.470.46
HSL29.06º30.48%41.18%-
HSV(B)29.06º46.72%53.73%-
XYZ16.4715.78.47-
YUV110.33106.93147.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=43.63%
G=33.12%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371047300.240.470.4629.0630.4841.18
Hex8968490182F2E1d1e29
Octal2111501110305756353651
Binary10001001110100010010010110001011111011101110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896849; }

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

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

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

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

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

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

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

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