#896048

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

Shades of Dark Wood #896048

Tints of Dark Wood #896048

Color information

#896048 (or 0x896048) is unknown color: approx Dark Wood. HEX triplet: 89, 60 and 48. RGB value is (137,96,72). Sum of RGB (Red+Green+Blue) = 137+96+72=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #896048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896048 is #769FB7. Grayscale: #696969. Windows color (decimal): -7774136 or 4743305. OLE color: 4743305.

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

Color convert

RGB1379672-
CMYK00.300.470.46
HSL22.15º31.1%40.98%-
HSV(B)22.15º47.45%53.73%-
XYZ15.6714.158.04-
YUV105.52109.08150.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=44.92%
G=31.48%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137967200.300.470.4622.1531.140.98
Hex89604801E2F2E161f29
Octal2111401100365756263751
Binary10001001110000010010000111101011111011101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896048; }

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

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

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

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

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

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

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

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