#826E34

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

Shades of Corn Harvest #826E34

Tints of Corn Harvest #826E34

Color information

#826E34 (or 0x826E34) is unknown color: approx Corn Harvest. HEX triplet: 82, 6E and 34. RGB value is (130,110,52). Sum of RGB (Red+Green+Blue) = 130+110+52=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E34 is #7D91CB. Grayscale: #6D6D6D. Windows color (decimal): -8229324 or 3436162. OLE color: 3436162.

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

Color convert

RGB13011052-
CMYK00.150.600.49
HSL44.62º42.86%35.69%-
HSV(B)44.62º60%50.98%-
XYZ15.416.155.55-
YUV109.3795.63142.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=44.52%
G=37.67%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301105200.150.600.4944.6242.8635.69
Hex826E340F3C312d2b24
Octal202156640177461555344
Binary10000010110111011010001111111100110001101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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