#895E3E

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

Shades of Dark Wood #895E3E

Tints of Dark Wood #895E3E

Color information

#895E3E (or 0x895E3E) is unknown color: approx Dark Wood. HEX triplet: 89, 5E and 3E. RGB value is (137,94,62). Sum of RGB (Red+Green+Blue) = 137+94+62=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #895E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E3E is #76A1C1. Grayscale: #676767. Windows color (decimal): -7774658 or 4087433. OLE color: 4087433.

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

Color convert

RGB1379462-
CMYK00.310.550.46
HSL25.6º37.69%39.02%-
HSV(B)25.6º54.74%53.73%-
XYZ15.1913.676.4-
YUV103.21104.75152.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=46.76%
G=32.08%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137946200.310.550.4625.637.6939.02
Hex895E3E01F372E1a2627
Octal211136760376756324647
Binary10001001101111011111001111111011110111011010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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