#815E46

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

Shades of Dark Wood #815E46

Tints of Dark Wood #815E46

Color information

#815E46 (or 0x815E46) is unknown color: approx Dark Wood. HEX triplet: 81, 5E and 46. RGB value is (129,94,70). Sum of RGB (Red+Green+Blue) = 129+94+70=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #815E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E46 is #7EA1B9. Grayscale: #656565. Windows color (decimal): -8298938 or 4611713. OLE color: 4611713.

HSL color Cylindrical-coordinate representation of color #815E46: hue angle of 24.41º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815E46 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1299470-
CMYK00.270.460.49
HSL24.41º29.65%39.02%-
HSV(B)24.41º45.74%50.59%-
XYZ14.1613.117.58-
YUV101.73110.1147.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=44.03%
G=32.08%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129947000.270.460.4924.4129.6539.02
Hex815E4601B2E31181e27
Octal2011361060335661303647
Binary10000001101111010001100110111011101100011100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815E46; }

 p { color: rgb(129,94,70); }

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

<style>
 a { background-color: #815E46; }

 a { background-color: rgb(129,94,70); }

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

<style>
 span { border-color: #815E46; }

 span { border-color: rgb(129,94,70); }

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