#826241

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

Shades of Dark Wood #826241

Tints of Dark Wood #826241

Color information

#826241 (or 0x826241) is unknown color: approx Dark Wood. HEX triplet: 82, 62 and 41. RGB value is (130,98,65). Sum of RGB (Red+Green+Blue) = 130+98+65=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826241 is #7D9DBE. Grayscale: #676767. Windows color (decimal): -8232383 or 4285058. OLE color: 4285058.

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

Color convert

RGB1309865-
CMYK00.250.500.49
HSL30.46º33.33%38.24%-
HSV(B)30.46º50%50.98%-
XYZ14.5313.866.91-
YUV103.81106.1146.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=44.37%
G=33.45%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130986500.250.500.4930.4633.3338.24
Hex82624101932311e2126
Octal2021421010316261364146
Binary100000101100010100000101100111001011000111110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826241; }

 p { color: rgb(130,98,65); }

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

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

 a { background-color: rgb(130,98,65); }

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

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

 span { border-color: rgb(130,98,65); }

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