#826440

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

Shades of Dark Wood #826440

Tints of Dark Wood #826440

Color information

#826440 (or 0x826440) is unknown color: approx Dark Wood. HEX triplet: 82, 64 and 40. RGB value is (130,100,64). Sum of RGB (Red+Green+Blue) = 130+100+64=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #826440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826440 is #7D9BBF. Grayscale: #696969. Windows color (decimal): -8231872 or 4220034. OLE color: 4220034.

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

Color convert

RGB13010064-
CMYK00.230.510.49
HSL32.73º34.02%38.04%-
HSV(B)32.73º50.77%50.98%-
XYZ14.6914.236.82-
YUV104.87104.94145.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=44.22%
G=34.01%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301006400.230.510.4932.7334.0238.04
Hex8264400173331212226
Octal2021441000276361414246
Binary1000001011001001000000010111110011110001100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826440; }

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

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

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

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

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

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

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

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