#826240

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

Shades of Dark Wood #826240

Tints of Dark Wood #826240

Color information

#826240 (or 0x826240) is unknown color: approx Dark Wood. HEX triplet: 82, 62 and 40. RGB value is (130,98,64). Sum of RGB (Red+Green+Blue) = 130+98+64=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826240 is #7D9DBF. Grayscale: #676767. Windows color (decimal): -8232384 or 4219522. OLE color: 4219522.

HSL color Cylindrical-coordinate representation of color #826240: hue angle of 30.91º 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 #826240 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1309864-
CMYK00.250.510.49
HSL30.91º34.02%38.04%-
HSV(B)30.91º50.77%50.98%-
XYZ14.513.856.76-
YUV103.69105.6146.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=44.52%
G=33.56%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130986400.250.510.4930.9134.0238.04
Hex82624001933311f2226
Octal2021421000316361374246
Binary100000101100010100000001100111001111000111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826240; }

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

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

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

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

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

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

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

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