Html Css Color HEX #896848 Dark Wood

📋 copy color: '#896848'

red 137 ◦ green 104 ◦ blue 72

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

Shades of Dark Wood #896848

Tints of Dark Wood #896848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 43.77%
G = 33.23%
B = 23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#896848 (or 0x896848) is known color: Dark Wood. HEX triplet: 89, 68 and 48. RGB value is (137,104,72). Sum of RGB (Red+Green+Blue) = 137+104+72=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #896848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896848 is #7697B7. Grayscale: #6E6E6E. Windows color (decimal): -7772088 or 4745353. OLE color: 4745353.

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

Color convert

RGB 137 104 72 -
CMYK 0 0.24 0.47 0.46
HSL 29.54º 0.31% 0.41% -
HSV(B) 29.54º 0.47% 0.54% -
XYZ 16.44 15.69 8.29 -
YUV 110.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 137 104 72 0 0.24 0.47 0.46 29.54 0.31 0.41
Hex 89 68 48 0 18 2F 2E 1E 1F 29
Octal 211 150 110 0 30 57 56 36 37 51
Binary 10001001 1101000 1001000 0 11000 101111 101110 11110 11111 101001

Color Harmonies of #896848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896848

Black with #896848

Text Example


Text Example

White with #896848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896848; }

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

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

background-color css

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

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

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

border-color css

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

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

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