Html Css Color HEX #895F43 Dark Wood

📋 copy color: '#895F43'

red 137 ◦ green 95 ◦ blue 67

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

Shades of Dark Wood #895F43

Tints of Dark Wood #895F43

RGB

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

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

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

R = 45.82%
G = 31.77%
B = 22.41%

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

#895F43 (or 0x895F43) is known color: Dark Wood. HEX triplet: 89, 5F and 43. RGB value is (137,95,67). Sum of RGB (Red+Green+Blue) = 137+95+67=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #895F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F43 is #76A0BC. Grayscale: #686868. Windows color (decimal): -7774397 or 4415369. OLE color: 4415369.

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

Color convert

RGB 137 95 67 -
CMYK 0 0.31 0.51 0.46
HSL 24º 0.34% 0.4% -
HSV(B) 24º 0.51% 0.54% -
XYZ 15.42 13.91 7.18 -
YUV 104.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 137 95 67 0 0.31 0.51 0.46 24 0.34 0.4
Hex 89 5F 43 0 1F 33 2E 18 22 28
Octal 211 137 103 0 37 63 56 30 42 50
Binary 10001001 1011111 1000011 0 11111 110011 101110 11000 100010 101000

Color Harmonies of #895F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F43

Black with #895F43

Text Example


Text Example

White with #895F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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