Html Css Color HEX #896048 Dark Wood

📋 copy color: '#896048'

red 137 ◦ green 96 ◦ blue 72

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

Shades of Dark Wood #896048

Tints of Dark Wood #896048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 44.92%
G = 31.48%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#896048 (or 0x896048) is known color: Dark Wood. HEX triplet: 89, 60 and 48. RGB value is (137,96,72). Sum of RGB (Red+Green+Blue) = 137+96+72=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #896048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896048 is #769FB7. Grayscale: #696969. Windows color (decimal): -7774136 or 4743305. OLE color: 4743305.

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

Color convert

RGB 137 96 72 -
CMYK 0 0.30 0.47 0.46
HSL 22.15º 0.31% 0.41% -
HSV(B) 22.15º 0.47% 0.54% -
XYZ 15.67 14.15 8.04 -
YUV 105.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 137 96 72 0 0.30 0.47 0.46 22.15 0.31 0.41
Hex 89 60 48 0 1E 2F 2E 16 1F 29
Octal 211 140 110 0 36 57 56 26 37 51
Binary 10001001 1100000 1001000 0 11110 101111 101110 10110 11111 101001

Color Harmonies of #896048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896048

Black with #896048

Text Example


Text Example

White with #896048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896048; }

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

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

background-color css

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

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

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

border-color css

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

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

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