#826A34

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

Shades of Corn Harvest #826A34

Tints of Corn Harvest #826A34

Color information

#826A34 (or 0x826A34) is unknown color: approx Corn Harvest. HEX triplet: 82, 6A and 34. RGB value is (130,106,52). Sum of RGB (Red+Green+Blue) = 130+106+52=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A34 is #7D95CB. Grayscale: #6B6B6B. Windows color (decimal): -8230348 or 3435138. OLE color: 3435138.

HSL color Cylindrical-coordinate representation of color #826A34: hue angle of 41.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826A34 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB13010652-
CMYK00.180.600.49
HSL41.54º42.86%35.69%-
HSV(B)41.54º60%50.98%-
XYZ14.9815.35.41-
YUV107.0296.95144.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=45.14%
G=36.81%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301065200.180.600.4941.5442.8635.69
Hex826A340123C312a2b24
Octal202152640227461525344
Binary100000101101010110100010010111100110001101010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,106,52); }

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

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

 a { background-color: rgb(130,106,52); }

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

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

 span { border-color: rgb(130,106,52); }

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