#826D36

Color #826D36 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #826D36

Tints of Corn Harvest #826D36

Color information

#826D36 (or 0x826D36) is unknown color: approx Corn Harvest. HEX triplet: 82, 6D and 36. RGB value is (130,109,54). Sum of RGB (Red+Green+Blue) = 130+109+54=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D36 is #7D92C9. Grayscale: #6D6D6D. Windows color (decimal): -8229578 or 3566978. OLE color: 3566978.

HSL color Cylindrical-coordinate representation of color #826D36: hue angle of 43.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #826D36 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13010954-
CMYK00.160.580.49
HSL43.42º41.3%36.08%-
HSV(B)43.42º58.46%50.98%-
XYZ15.3415.955.76-
YUV109.0196.96142.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=44.37%
G=37.20%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301095400.160.580.4943.4241.336.08
Hex826D360103A312b2924
Octal202155660207261535144
Binary100000101101101110110010000111010110001101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D36; }

 p { color: rgb(130,109,54); }

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

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

 a { background-color: rgb(130,109,54); }

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

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

 span { border-color: rgb(130,109,54); }

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