#826246

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

Shades of Dark Wood #826246

Tints of Dark Wood #826246

Color information

#826246 (or 0x826246) is unknown color: approx Dark Wood. HEX triplet: 82, 62 and 46. RGB value is (130,98,70). Sum of RGB (Red+Green+Blue) = 130+98+70=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826246 is #7D9DB9. Grayscale: #686868. Windows color (decimal): -8232378 or 4612738. OLE color: 4612738.

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

Color convert

RGB1309870-
CMYK00.250.460.49
HSL28º30%39.22%-
HSV(B)28º46.15%50.98%-
XYZ14.6813.927.71-
YUV104.38108.6146.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=43.62%
G=32.89%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130987000.250.460.49283039.22
Hex8262460192E311c1e27
Octal2021421060315661343647
Binary10000010110001010001100110011011101100011110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826246; }

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

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

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

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

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

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

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

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