#8A6748

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

Shades of Dark Wood #8A6748

Tints of Dark Wood #8A6748

Color information

#8A6748 (or 0x8A6748) is unknown color: approx Dark Wood. HEX triplet: 8A, 67 and 48. RGB value is (138,103,72). Sum of RGB (Red+Green+Blue) = 138+103+72=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6748 is #7598B7. Grayscale: #6E6E6E. Windows color (decimal): -7706808 or 4745098. OLE color: 4745098.

HSL color Cylindrical-coordinate representation of color #8A6748: hue angle of 28.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A6748 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB13810372-
CMYK00.250.480.46
HSL28.18º31.43%41.18%-
HSV(B)28.18º47.83%54.12%-
XYZ16.515.578.27-
YUV109.93106.6148.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=44.09%
G=32.91%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381037200.250.480.4628.1831.4341.18
Hex8A6748019302E1c1f29
Octal2121471100316056343751
Binary10001010110011110010000110011100001011101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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