#896348

Color #896348 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #896348

Tints of Dark Wood #896348

Color information

#896348 (or 0x896348) is unknown color: approx Dark Wood. HEX triplet: 89, 63 and 48. RGB value is (137,99,72). Sum of RGB (Red+Green+Blue) = 137+99+72=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896348 is #769CB7. Grayscale: #6B6B6B. Windows color (decimal): -7773368 or 4744073. OLE color: 4744073.

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

Color convert

RGB1379972-
CMYK00.280.470.46
HSL24.92º31.1%40.98%-
HSV(B)24.92º47.45%53.73%-
XYZ15.9514.718.13-
YUV107.28108.09149.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=44.48%
G=32.14%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137997200.280.470.4624.9231.140.98
Hex89634801C2F2E191f29
Octal2111431100345756313751
Binary10001001110001110010000111001011111011101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896348; }

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

 H1.HeaderClassName
 {
   color: #896348;
 }
 .AnyTagClassName
 {
   color: #896348;
 }
</style>
background-color css

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

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

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

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

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

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