#895E46

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

Shades of Dark Wood #895E46

Tints of Dark Wood #895E46

Color information

#895E46 (or 0x895E46) is unknown color: approx Dark Wood. HEX triplet: 89, 5E and 46. RGB value is (137,94,70). Sum of RGB (Red+Green+Blue) = 137+94+70=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #895E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E46 is #76A1B9. Grayscale: #686868. Windows color (decimal): -7774650 or 4611721. OLE color: 4611721.

HSL color Cylindrical-coordinate representation of color #895E46: hue angle of 21.49º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #895E46 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1379470-
CMYK00.310.490.46
HSL21.49º32.37%40.59%-
HSV(B)21.49º48.91%53.73%-
XYZ15.4213.777.64-
YUV104.12108.75151.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=45.51%
G=31.23%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137947000.310.490.4621.4932.3740.59
Hex895E4601F312E152029
Octal2111361060376156254051
Binary100010011011110100011001111111000110111010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895E46; }

 p { color: rgb(137,94,70); }

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

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

 a { background-color: rgb(137,94,70); }

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

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

 span { border-color: rgb(137,94,70); }

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