#895D43

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

Shades of Dark Wood #895D43

Tints of Dark Wood #895D43

Color information

#895D43 (or 0x895D43) is unknown color: approx Dark Wood. HEX triplet: 89, 5D and 43. RGB value is (137,93,67). Sum of RGB (Red+Green+Blue) = 137+93+67=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #895D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D43 is #76A2BC. Grayscale: #676767. Windows color (decimal): -7774909 or 4414857. OLE color: 4414857.

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

Color convert

RGB1379367-
CMYK00.320.510.46
HSL22.29º34.31%40%-
HSV(B)22.29º51.09%53.73%-
XYZ15.2413.557.12-
YUV103.19107.58152.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=46.13%
G=31.31%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137936700.320.510.4622.2934.3140
Hex895D43020332E162228
Octal2111351030406356264250
Binary1000100110111011000011010000011001110111010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,93,67); }

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

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

 a { background-color: rgb(137,93,67); }

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

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

 span { border-color: rgb(137,93,67); }

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