Html Css Color HEX #896548 Dark Wood

📋 copy color: '#896548'

red 137 ◦ green 101 ◦ blue 72

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

Shades of Dark Wood #896548

Tints of Dark Wood #896548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 44.19%
G = 32.58%
B = 23.23%

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

#896548 (or 0x896548) is known color: Dark Wood. HEX triplet: 89, 65 and 48. RGB value is (137,101,72). Sum of RGB (Red+Green+Blue) = 137+101+72=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #896548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896548 is #769AB7. Grayscale: #6C6C6C. Windows color (decimal): -7772856 or 4744585. OLE color: 4744585.

HSL color Cylindrical-coordinate representation of color #896548: hue angle of 26.77º degrees, saturation: 0.31, 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 #896548 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 72 -
CMYK 0 0.26 0.47 0.46
HSL 26.77º 0.31% 0.41% -
HSV(B) 26.77º 0.47% 0.54% -
XYZ 16.14 15.09 8.19 -
YUV 108.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 137 101 72 0 0.26 0.47 0.46 26.77 0.31 0.41
Hex 89 65 48 0 1A 2F 2E 1B 1F 29
Octal 211 145 110 0 32 57 56 33 37 51
Binary 10001001 1100101 1001000 0 11010 101111 101110 11011 11111 101001

Color Harmonies of #896548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896548

Black with #896548

Text Example


Text Example

White with #896548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896548; }

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

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

background-color css

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

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

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

border-color css

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

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

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