Html Css Color HEX #895D40 Dark Wood

📋 copy color: '#895D40'

red 137 ◦ green 93 ◦ blue 64

#895D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #895D40

Tints of Dark Wood #895D40

RGB

 RED value IS 137 (53.91% from 255) = 46.6%

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 46.6%
G = 31.63%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#895D40 (or 0x895D40) is known color: Dark Wood. HEX triplet: 89, 5D and 40. RGB value is (137,93,64). Sum of RGB (Red+Green+Blue) = 137+93+64=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #895D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D40 is #76A2BF. Grayscale: #676767. Windows color (decimal): -7774912 or 4218249. OLE color: 4218249.

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

Color convert

RGB 137 93 64 -
CMYK 0 0.32 0.53 0.46
HSL 23.84º 0.36% 0.39% -
HSV(B) 23.84º 0.53% 0.54% -
XYZ 15.16 13.52 6.66 -
YUV 102.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 137 93 64 0 0.32 0.53 0.46 23.84 0.36 0.39
Hex 89 5D 40 0 20 35 2E 18 24 27
Octal 211 135 100 0 40 65 56 30 44 47
Binary 10001001 1011101 1000000 0 100000 110101 101110 11000 100100 100111

Color Harmonies of #895D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D40

Black with #895D40

Text Example


Text Example

White with #895D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #895D40;
 }
 .AnyTagClassName
 {
   color: #895D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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