#896848

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

Shades of Dark Wood #896848

Tints of Dark Wood #896848

Color information

#896848 (or 0x896848) is unknown color: approx Dark Wood. HEX triplet: 89, 68 and 48. RGB value is (137,104,72). Sum of RGB (Red+Green+Blue) = 137+104+72=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #896848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896848 is #7697B7. Grayscale: #6E6E6E. Windows color (decimal): -7772088 or 4745353. OLE color: 4745353.

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

Color convert

RGB13710472-
CMYK00.240.470.46
HSL29.54º31.1%40.98%-
HSV(B)29.54º47.45%53.73%-
XYZ16.4415.698.29-
YUV110.22106.43147.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=43.77%
G=33.23%
B=23.00%

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
Decimal1371047200.240.470.4629.5431.140.98
Hex8968480182F2E1e1f29
Octal2111501100305756363751
Binary10001001110100010010000110001011111011101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896848; }

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

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

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

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

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

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

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

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