Html Css Color HEX #895E41 Dark Wood

📋 copy color: '#895E41'

red 137 ◦ green 94 ◦ blue 65

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

Shades of Dark Wood #895E41

Tints of Dark Wood #895E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 46.28%
G = 31.76%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#895E41 (or 0x895E41) is known color: Dark Wood. HEX triplet: 89, 5E and 41. RGB value is (137,94,65). Sum of RGB (Red+Green+Blue) = 137+94+65=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #895E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E41 is #76A1BE. Grayscale: #676767. Windows color (decimal): -7774655 or 4284041. OLE color: 4284041.

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

Color convert

RGB 137 94 65 -
CMYK 0 0.31 0.53 0.46
HSL 24.17º 0.36% 0.4% -
HSV(B) 24.17º 0.53% 0.54% -
XYZ 15.27 13.71 6.84 -
YUV 103.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 137 94 65 0 0.31 0.53 0.46 24.17 0.36 0.4
Hex 89 5E 41 0 1F 35 2E 18 24 28
Octal 211 136 101 0 37 65 56 30 44 50
Binary 10001001 1011110 1000001 0 11111 110101 101110 11000 100100 101000

Color Harmonies of #895E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E41

Black with #895E41

Text Example


Text Example

White with #895E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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