Html Css Color HEX #896248 Dark Wood

📋 copy color: '#896248'

red 137 ◦ green 98 ◦ blue 72

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

Shades of Dark Wood #896248

Tints of Dark Wood #896248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 44.63%
G = 31.92%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#896248 (or 0x896248) is known color: Dark Wood. HEX triplet: 89, 62 and 48. RGB value is (137,98,72). Sum of RGB (Red+Green+Blue) = 137+98+72=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #896248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896248 is #769DB7. Grayscale: #6A6A6A. Windows color (decimal): -7773624 or 4743817. OLE color: 4743817.

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

Color convert

RGB 137 98 72 -
CMYK 0 0.28 0.47 0.46
HSL 24º 0.31% 0.41% -
HSV(B) 24º 0.47% 0.54% -
XYZ 15.85 14.52 8.1 -
YUV 106.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 137 98 72 0 0.28 0.47 0.46 24 0.31 0.41
Hex 89 62 48 0 1C 2F 2E 18 1F 29
Octal 211 142 110 0 34 57 56 30 37 51
Binary 10001001 1100010 1001000 0 11100 101111 101110 11000 11111 101001

Color Harmonies of #896248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896248

Black with #896248

Text Example


Text Example

White with #896248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896248; }

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

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

background-color css

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

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

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

border-color css

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

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

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