Html Css Color HEX #896148 Dark Wood

📋 copy color: '#896148'

red 137 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #896148

Tints of Dark Wood #896148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 44.77%
G = 31.7%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#896148 (or 0x896148) is known color: Dark Wood. HEX triplet: 89, 61 and 48. RGB value is (137,97,72). Sum of RGB (Red+Green+Blue) = 137+97+72=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #896148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896148 is #769EB7. Grayscale: #6A6A6A. Windows color (decimal): -7773880 or 4743561. OLE color: 4743561.

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

Color convert

RGB 137 97 72 -
CMYK 0 0.29 0.47 0.46
HSL 23.08º 0.31% 0.41% -
HSV(B) 23.08º 0.47% 0.54% -
XYZ 15.76 14.34 8.07 -
YUV 106.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 137 97 72 0 0.29 0.47 0.46 23.08 0.31 0.41
Hex 89 61 48 0 1D 2F 2E 17 1F 29
Octal 211 141 110 0 35 57 56 27 37 51
Binary 10001001 1100001 1001000 0 11101 101111 101110 10111 11111 101001

Color Harmonies of #896148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896148

Black with #896148

Text Example


Text Example

White with #896148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896148; }

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

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

background-color css

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

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

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

border-color css

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

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

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