#826040

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

Shades of Dark Wood #826040

Tints of Dark Wood #826040

Color information

#826040 (or 0x826040) is unknown color: approx Dark Wood. HEX triplet: 82, 60 and 40. RGB value is (130,96,64). Sum of RGB (Red+Green+Blue) = 130+96+64=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826040 is #7D9FBF. Grayscale: #666666. Windows color (decimal): -8232896 or 4219010. OLE color: 4219010.

HSL color Cylindrical-coordinate representation of color #826040: hue angle of 29.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826040 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1309664-
CMYK00.260.510.49
HSL29.09º34.02%38.04%-
HSV(B)29.09º50.77%50.98%-
XYZ14.3113.486.7-
YUV102.52106.26147.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=44.83%
G=33.10%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130966400.260.510.4929.0934.0238.04
Hex82604001A33311d2226
Octal2021401000326361354246
Binary100000101100000100000001101011001111000111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826040; }

 p { color: rgb(130,96,64); }

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

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

 a { background-color: rgb(130,96,64); }

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

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

 span { border-color: rgb(130,96,64); }

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