#896249

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

Shades of Dark Wood #896249

Tints of Dark Wood #896249

Color information

#896249 (or 0x896249) is unknown color: approx Dark Wood. HEX triplet: 89, 62 and 49. RGB value is (137,98,73). Sum of RGB (Red+Green+Blue) = 137+98+73=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896249 is #769DB6. Grayscale: #6A6A6A. Windows color (decimal): -7773623 or 4809353. OLE color: 4809353.

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

Color convert

RGB1379873-
CMYK00.280.470.46
HSL23.44º30.48%41.18%-
HSV(B)23.44º46.72%53.73%-
XYZ15.8914.538.27-
YUV106.81108.92149.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=44.48%
G=31.82%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137987300.280.470.4623.4430.4841.18
Hex89624901C2F2E171e29
Octal2111421110345756273651
Binary10001001110001010010010111001011111011101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896249; }

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

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

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

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

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

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

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

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