Html Css Color HEX #896549 Dark Wood

📋 copy color: '#896549'

red 137 ◦ green 101 ◦ blue 73

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

Shades of Dark Wood #896549

Tints of Dark Wood #896549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 44.05%
G = 32.48%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#896549 (or 0x896549) is known color: Dark Wood. HEX triplet: 89, 65 and 49. RGB value is (137,101,73). Sum of RGB (Red+Green+Blue) = 137+101+73=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #896549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896549 is #769AB6. Grayscale: #6C6C6C. Windows color (decimal): -7772855 or 4810121. OLE color: 4810121.

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

Color convert

RGB 137 101 73 -
CMYK 0 0.26 0.47 0.46
HSL 26.25º 0.3% 0.41% -
HSV(B) 26.25º 0.47% 0.54% -
XYZ 16.17 15.11 8.37 -
YUV 108.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 137 101 73 0 0.26 0.47 0.46 26.25 0.3 0.41
Hex 89 65 49 0 1A 2F 2E 1A 1E 29
Octal 211 145 111 0 32 57 56 32 36 51
Binary 10001001 1100101 1001001 0 11010 101111 101110 11010 11110 101001

Color Harmonies of #896549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896549

Black with #896549

Text Example


Text Example

White with #896549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896549; }

 p { color: rgb(137,101,73); }

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

background-color css

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

 a { background-color: rgb(137,101,73); }

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

border-color css

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

 span { border-color: rgb(137,101,73); }

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