#8B6247

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

Shades of Dark Wood #8B6247

Tints of Dark Wood #8B6247

Color information

#8B6247 (or 0x8B6247) is unknown color: approx Dark Wood. HEX triplet: 8B, 62 and 47. RGB value is (139,98,71). Sum of RGB (Red+Green+Blue) = 139+98+71=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6247 is #749DB8. Grayscale: #6B6B6B. Windows color (decimal): -7642553 or 4678283. OLE color: 4678283.

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

Color convert

RGB1399871-
CMYK00.290.490.45
HSL23.82º32.38%41.18%-
HSV(B)23.82º48.92%54.51%-
XYZ16.1514.687.94-
YUV107.18107.58150.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=45.13%
G=31.82%
B=23.05%

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
Decimal139987100.290.490.4523.8232.3841.18
Hex8B624701D312D182029
Octal2131421070356155304051
Binary100010111100010100011101110111000110110111000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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