Html Css Color HEX #896047 Dark Wood

📋 copy color: '#896047'

red 137 ◦ green 96 ◦ blue 71

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

Shades of Dark Wood #896047

Tints of Dark Wood #896047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 45.07%
G = 31.58%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#896047 (or 0x896047) is known color: Dark Wood. HEX triplet: 89, 60 and 47. RGB value is (137,96,71). Sum of RGB (Red+Green+Blue) = 137+96+71=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896047 is #769FB8. Grayscale: #696969. Windows color (decimal): -7774137 or 4677769. OLE color: 4677769.

HSL color Cylindrical-coordinate representation of color #896047: hue angle of 22.73º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896047 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 71 -
CMYK 0 0.30 0.48 0.46
HSL 22.73º 0.32% 0.41% -
HSV(B) 22.73º 0.48% 0.54% -
XYZ 15.64 14.14 7.87 -
YUV 105.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 137 96 71 0 0.30 0.48 0.46 22.73 0.32 0.41
Hex 89 60 47 0 1E 30 2E 17 20 29
Octal 211 140 107 0 36 60 56 27 40 51
Binary 10001001 1100000 1000111 0 11110 110000 101110 10111 100000 101001

Color Harmonies of #896047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896047

Black with #896047

Text Example


Text Example

White with #896047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896047; }

 p { color: rgb(137,96,71); }

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

background-color css

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

 a { background-color: rgb(137,96,71); }

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

border-color css

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

 span { border-color: rgb(137,96,71); }

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