#826140

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

Shades of Dark Wood #826140

Tints of Dark Wood #826140

Color information

#826140 (or 0x826140) is unknown color: approx Dark Wood. HEX triplet: 82, 61 and 40. RGB value is (130,97,64). Sum of RGB (Red+Green+Blue) = 130+97+64=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826140 is #7D9EBF. Grayscale: #676767. Windows color (decimal): -8232640 or 4219266. OLE color: 4219266.

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

Color convert

RGB1309764-
CMYK00.250.510.49
HSL30º34.02%38.04%-
HSV(B)30º50.77%50.98%-
XYZ14.4113.676.73-
YUV103.1105.93147.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=44.67%
G=33.33%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130976400.250.510.493034.0238.04
Hex82614001933311e2226
Octal2021411000316361364246
Binary100000101100001100000001100111001111000111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826140; }

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

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

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

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

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

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

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

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