#8A6749

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

Shades of Dark Wood #8A6749

Tints of Dark Wood #8A6749

Color information

#8A6749 (or 0x8A6749) is unknown color: approx Dark Wood. HEX triplet: 8A, 67 and 49. RGB value is (138,103,73). Sum of RGB (Red+Green+Blue) = 138+103+73=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6749 is #7598B6. Grayscale: #6E6E6E. Windows color (decimal): -7706807 or 4810634. OLE color: 4810634.

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

Color convert

RGB13810373-
CMYK00.250.470.46
HSL27.69º30.81%41.37%-
HSV(B)27.69º47.1%54.12%-
XYZ16.5315.588.44-
YUV110.04107.1147.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=43.95%
G=32.80%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381037300.250.470.4627.6930.8141.37
Hex8A67490192F2E1c1f29
Octal2121471110315756343751
Binary10001010110011110010010110011011111011101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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