#8A6348

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

Shades of Dark Wood #8A6348

Tints of Dark Wood #8A6348

Color information

#8A6348 (or 0x8A6348) is unknown color: approx Dark Wood. HEX triplet: 8A, 63 and 48. RGB value is (138,99,72). Sum of RGB (Red+Green+Blue) = 138+99+72=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6348 is #759CB7. Grayscale: #6B6B6B. Windows color (decimal): -7707832 or 4744074. OLE color: 4744074.

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

Color convert

RGB1389972-
CMYK00.280.480.46
HSL24.55º31.43%41.18%-
HSV(B)24.55º47.83%54.12%-
XYZ16.1114.798.14-
YUV107.58107.92149.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=44.66%
G=32.04%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138997200.280.480.4624.5531.4341.18
Hex8A634801C302E191f29
Octal2121431100346056313751
Binary10001010110001110010000111001100001011101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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