#826C36

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

Shades of Corn Harvest #826C36

Tints of Corn Harvest #826C36

Color information

#826C36 (or 0x826C36) is unknown color: approx Corn Harvest. HEX triplet: 82, 6C and 36. RGB value is (130,108,54). Sum of RGB (Red+Green+Blue) = 130+108+54=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C36 is #7D93C9. Grayscale: #6C6C6C. Windows color (decimal): -8229834 or 3566722. OLE color: 3566722.

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

Color convert

RGB13010854-
CMYK00.170.580.49
HSL42.63º41.3%36.08%-
HSV(B)42.63º58.46%50.98%-
XYZ15.2315.745.72-
YUV108.4297.29143.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=44.52%
G=36.99%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301085400.170.580.4942.6341.336.08
Hex826C360113A312b2924
Octal202154660217261535144
Binary100000101101100110110010001111010110001101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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