#826547

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

Shades of Dark Wood #826547

Tints of Dark Wood #826547

Color information

#826547 (or 0x826547) is unknown color: approx Dark Wood. HEX triplet: 82, 65 and 47. RGB value is (130,101,71). Sum of RGB (Red+Green+Blue) = 130+101+71=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #826547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826547 is #7D9AB8. Grayscale: #6A6A6A. Windows color (decimal): -8231609 or 4679042. OLE color: 4679042.

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

Color convert

RGB13010171-
CMYK00.220.450.49
HSL30.51º29.35%39.41%-
HSV(B)30.51º45.38%50.98%-
XYZ1514.517.97-
YUV106.25108.11144.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=43.05%
G=33.44%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301017100.220.450.4930.5129.3539.41
Hex8265470162D311f1d27
Octal2021451070265561373547
Binary10000010110010110001110101101011011100011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826547; }

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

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

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

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

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

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

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

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