#826E39

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

Shades of Corn Harvest #826E39

Tints of Corn Harvest #826E39

Color information

#826E39 (or 0x826E39) is unknown color: approx Corn Harvest. HEX triplet: 82, 6E and 39. RGB value is (130,110,57). Sum of RGB (Red+Green+Blue) = 130+110+57=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E39 is #7D91C6. Grayscale: #6E6E6E. Windows color (decimal): -8229319 or 3763842. OLE color: 3763842.

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

Color convert

RGB13011057-
CMYK00.150.560.49
HSL43.56º39.04%36.67%-
HSV(B)43.56º56.15%50.98%-
XYZ15.5216.196.18-
YUV109.9498.13142.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=43.77%
G=37.04%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301105700.150.560.4943.5639.0436.67
Hex826E390F38312c2725
Octal202156710177061544745
Binary10000010110111011100101111111000110001101100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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