#826E32

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

Shades of Corn Harvest #826E32

Tints of Corn Harvest #826E32

Color information

#826E32 (or 0x826E32) is unknown color: approx Corn Harvest. HEX triplet: 82, 6E and 32. RGB value is (130,110,50). Sum of RGB (Red+Green+Blue) = 130+110+50=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E32 is #7D91CD. Grayscale: #6D6D6D. Windows color (decimal): -8229326 or 3305090. OLE color: 3305090.

HSL color Cylindrical-coordinate representation of color #826E32: hue angle of 45º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #826E32 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB13011050-
CMYK00.150.620.49
HSL45º44.44%35.29%-
HSV(B)45º61.54%50.98%-
XYZ15.3616.135.32-
YUV109.1494.63142.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301105000.150.620.494544.4435.29
Hex826E320F3E312d2c23
Octal202156620177661555443
Binary10000010110111011001001111111110110001101101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,110,50); }

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

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

 a { background-color: rgb(130,110,50); }

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

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

 span { border-color: rgb(130,110,50); }

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