Html Css Color HEX #895E43 Dark Wood

📋 copy color: '#895E43'

red 137 ◦ green 94 ◦ blue 67

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

Shades of Dark Wood #895E43

Tints of Dark Wood #895E43

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 45.97%
G = 31.54%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#895E43 (or 0x895E43) is known color: Dark Wood. HEX triplet: 89, 5E and 43. RGB value is (137,94,67). Sum of RGB (Red+Green+Blue) = 137+94+67=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #895E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E43 is #76A1BC. Grayscale: #676767. Windows color (decimal): -7774653 or 4415113. OLE color: 4415113.

HSL color Cylindrical-coordinate representation of color #895E43: hue angle of 23.14º 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 #895E43 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 94 67 -
CMYK 0 0.31 0.51 0.46
HSL 23.14º 0.34% 0.4% -
HSV(B) 23.14º 0.51% 0.54% -
XYZ 15.33 13.73 7.15 -
YUV 103.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 137 94 67 0 0.31 0.51 0.46 23.14 0.34 0.4
Hex 89 5E 43 0 1F 33 2E 17 22 28
Octal 211 136 103 0 37 63 56 27 42 50
Binary 10001001 1011110 1000011 0 11111 110011 101110 10111 100010 101000

Color Harmonies of #895E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E43

Black with #895E43

Text Example


Text Example

White with #895E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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