#826447

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

Shades of Dark Wood #826447

Tints of Dark Wood #826447

Color information

#826447 (or 0x826447) is unknown color: approx Dark Wood. HEX triplet: 82, 64 and 47. RGB value is (130,100,71). Sum of RGB (Red+Green+Blue) = 130+100+71=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826447 is #7D9BB8. Grayscale: #696969. Windows color (decimal): -8231865 or 4678786. OLE color: 4678786.

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

Color convert

RGB13010071-
CMYK00.230.450.49
HSL29.49º29.35%39.41%-
HSV(B)29.49º45.38%50.98%-
XYZ14.914.327.94-
YUV105.66108.44145.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=43.19%
G=33.22%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301007100.230.450.4929.4929.3539.41
Hex8264470172D311d1d27
Octal2021441070275561353547
Binary10000010110010010001110101111011011100011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826447; }

 p { color: rgb(130,100,71); }

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

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

 a { background-color: rgb(130,100,71); }

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

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

 span { border-color: rgb(130,100,71); }

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