#8B6847

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

Shades of Dark Wood #8B6847

Tints of Dark Wood #8B6847

Color information

#8B6847 (or 0x8B6847) is unknown color: approx Dark Wood. HEX triplet: 8B, 68 and 47. RGB value is (139,104,71). Sum of RGB (Red+Green+Blue) = 139+104+71=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6847 is #7497B8. Grayscale: #6E6E6E. Windows color (decimal): -7641017 or 4679819. OLE color: 4679819.

HSL color Cylindrical-coordinate representation of color #8B6847: hue angle of 29.12º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B6847 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB13910471-
CMYK00.250.490.45
HSL29.12º32.38%41.18%-
HSV(B)29.12º48.92%54.51%-
XYZ16.7415.848.14-
YUV110.7105.6148.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=44.27%
G=33.12%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391047100.250.490.4529.1232.3841.18
Hex8B6847019312D1d2029
Octal2131501070316155354051
Binary100010111101000100011101100111000110110111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,71); }

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

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

 a { background-color: rgb(139,104,71); }

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

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

 span { border-color: rgb(139,104,71); }

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