#826244

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

Shades of Dark Wood #826244

Tints of Dark Wood #826244

Color information

#826244 (or 0x826244) is unknown color: approx Dark Wood. HEX triplet: 82, 62 and 44. RGB value is (130,98,68). Sum of RGB (Red+Green+Blue) = 130+98+68=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #826244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826244 is #7D9DBB. Grayscale: #686868. Windows color (decimal): -8232380 or 4481666. OLE color: 4481666.

HSL color Cylindrical-coordinate representation of color #826244: hue angle of 29.03º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826244 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1309868-
CMYK00.250.480.49
HSL29.03º31.31%38.82%-
HSV(B)29.03º47.69%50.98%-
XYZ14.6213.97.38-
YUV104.15107.6146.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=43.92%
G=33.11%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130986800.250.480.4929.0331.3138.82
Hex82624401930311d1f27
Octal2021421040316061353747
Binary10000010110001010001000110011100001100011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826244; }

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

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

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

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

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

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

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

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