Html Css Color HEX #895F41 Dark Wood

📋 copy color: '#895F41'

red 137 ◦ green 95 ◦ blue 65

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

Shades of Dark Wood #895F41

Tints of Dark Wood #895F41

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 46.13%
G = 31.99%
B = 21.89%

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

#895F41 (or 0x895F41) is known color: Dark Wood. HEX triplet: 89, 5F and 41. RGB value is (137,95,65). Sum of RGB (Red+Green+Blue) = 137+95+65=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #895F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F41 is #76A0BE. Grayscale: #686868. Windows color (decimal): -7774399 or 4284297. OLE color: 4284297.

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

Color convert

RGB 137 95 65 -
CMYK 0 0.31 0.53 0.46
HSL 25º 0.36% 0.4% -
HSV(B) 25º 0.53% 0.54% -
XYZ 15.36 13.88 6.87 -
YUV 104.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 137 95 65 0 0.31 0.53 0.46 25 0.36 0.4
Hex 89 5F 41 0 1F 35 2E 19 24 28
Octal 211 137 101 0 37 65 56 31 44 50
Binary 10001001 1011111 1000001 0 11111 110101 101110 11001 100100 101000

Color Harmonies of #895F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F41

Black with #895F41

Text Example


Text Example

White with #895F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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