#8A6245

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

Shades of Dark Wood #8A6245

Tints of Dark Wood #8A6245

Color information

#8A6245 (or 0x8A6245) is unknown color: approx Dark Wood. HEX triplet: 8A, 62 and 45. RGB value is (138,98,69). Sum of RGB (Red+Green+Blue) = 138+98+69=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6245 is #759DBA. Grayscale: #6A6A6A. Windows color (decimal): -7708091 or 4547210. OLE color: 4547210.

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

Color convert

RGB1389869-
CMYK00.290.50.46
HSL25.22º33.33%40.59%-
HSV(B)25.22º50%54.12%-
XYZ15.9214.577.6-
YUV106.65106.75150.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=45.25%
G=32.13%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138986900.290.50.4625.2233.3340.59
Hex8A624501D322E192129
Octal2121421050356256314151
Binary100010101100010100010101110111001010111011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,69); }

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

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

 a { background-color: rgb(138,98,69); }

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

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

 span { border-color: rgb(138,98,69); }

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