#896044

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

Shades of Dark Wood #896044

Tints of Dark Wood #896044

Color information

#896044 (or 0x896044) is unknown color: approx Dark Wood. HEX triplet: 89, 60 and 44. RGB value is (137,96,68). Sum of RGB (Red+Green+Blue) = 137+96+68=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #896044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896044 is #769FBB. Grayscale: #696969. Windows color (decimal): -7774140 or 4481161. OLE color: 4481161.

HSL color Cylindrical-coordinate representation of color #896044: hue angle of 24.35º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896044 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1379668-
CMYK00.300.500.46
HSL24.35º33.66%40.2%-
HSV(B)24.35º50.36%53.73%-
XYZ15.5414.17.37-
YUV105.07107.08150.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=45.51%
G=31.89%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137966800.300.500.4624.3533.6640.2
Hex89604401E322E182228
Octal2111401040366256304250
Binary100010011100000100010001111011001010111011000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896044; }

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

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

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

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

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

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

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

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