#826E36

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

Shades of Corn Harvest #826E36

Tints of Corn Harvest #826E36

Color information

#826E36 (or 0x826E36) is unknown color: approx Corn Harvest. HEX triplet: 82, 6E and 36. RGB value is (130,110,54). Sum of RGB (Red+Green+Blue) = 130+110+54=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #826E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E36 is #7D91C9. Grayscale: #6D6D6D. Windows color (decimal): -8229322 or 3567234. OLE color: 3567234.

HSL color Cylindrical-coordinate representation of color #826E36: hue angle of 44.21º 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 #826E36 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13011054-
CMYK00.150.580.49
HSL44.21º41.3%36.08%-
HSV(B)44.21º58.46%50.98%-
XYZ15.4516.165.8-
YUV109.696.63142.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=44.22%
G=37.41%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301105400.150.580.4944.2141.336.08
Hex826E360F3A312c2924
Octal202156660177261545144
Binary10000010110111011011001111111010110001101100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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