#8B6749

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

Shades of Dark Wood #8B6749

Tints of Dark Wood #8B6749

Color information

#8B6749 (or 0x8B6749) is unknown color: approx Dark Wood. HEX triplet: 8B, 67 and 49. RGB value is (139,103,73). Sum of RGB (Red+Green+Blue) = 139+103+73=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6749 is #7498B6. Grayscale: #6E6E6E. Windows color (decimal): -7641271 or 4810635. OLE color: 4810635.

HSL color Cylindrical-coordinate representation of color #8B6749: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6749 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13910373-
CMYK00.260.470.45
HSL27.27º31.13%41.57%-
HSV(B)27.27º47.48%54.51%-
XYZ16.715.678.45-
YUV110.34106.93148.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=44.13%
G=32.70%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391037300.260.470.4527.2731.1341.57
Hex8B674901A2F2D1b1f2a
Octal2131471110325755333752
Binary10001011110011110010010110101011111011011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B6749; }

 p { color: rgb(139,103,73); }

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

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

 a { background-color: rgb(139,103,73); }

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

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

 span { border-color: rgb(139,103,73); }

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