#8B6347

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

Shades of Dark Wood #8B6347

Tints of Dark Wood #8B6347

Color information

#8B6347 (or 0x8B6347) is unknown color: approx Dark Wood. HEX triplet: 8B, 63 and 47. RGB value is (139,99,71). Sum of RGB (Red+Green+Blue) = 139+99+71=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6347 is #749CB8. Grayscale: #6B6B6B. Windows color (decimal): -7642297 or 4678539. OLE color: 4678539.

HSL color Cylindrical-coordinate representation of color #8B6347: hue angle of 24.71º 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 #8B6347 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1399971-
CMYK00.290.490.45
HSL24.71º32.38%41.18%-
HSV(B)24.71º48.92%54.51%-
XYZ16.2514.877.97-
YUV107.77107.25150.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=44.98%
G=32.04%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139997100.290.490.4524.7132.3841.18
Hex8B634701D312D192029
Octal2131431070356155314051
Binary100010111100011100011101110111000110110111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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