#896441

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

Shades of Dark Wood #896441

Tints of Dark Wood #896441

Color information

#896441 (or 0x896441) is unknown color: approx Dark Wood. HEX triplet: 89, 64 and 41. RGB value is (137,100,65). Sum of RGB (Red+Green+Blue) = 137+100+65=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #896441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896441 is #769BBE. Grayscale: #6B6B6B. Windows color (decimal): -7773119 or 4285577. OLE color: 4285577.

HSL color Cylindrical-coordinate representation of color #896441: hue angle of 29.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896441 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB13710065-
CMYK00.270.530.46
HSL29.17º35.64%39.61%-
HSV(B)29.17º52.55%53.73%-
XYZ15.8314.817.03-
YUV107.07104.26149.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=45.36%
G=33.11%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371006500.270.530.4629.1735.6439.61
Hex89644101B352E1d2428
Octal2111441010336556354450
Binary100010011100100100000101101111010110111011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896441; }

 p { color: rgb(137,100,65); }

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

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

 a { background-color: rgb(137,100,65); }

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

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

 span { border-color: rgb(137,100,65); }

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