#826D34

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

Shades of Corn Harvest #826D34

Tints of Corn Harvest #826D34

Color information

#826D34 (or 0x826D34) is unknown color: approx Corn Harvest. HEX triplet: 82, 6D and 34. RGB value is (130,109,52). Sum of RGB (Red+Green+Blue) = 130+109+52=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D34 is #7D92CB. Grayscale: #6D6D6D. Windows color (decimal): -8229580 or 3435906. OLE color: 3435906.

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

Color convert

RGB13010952-
CMYK00.160.600.49
HSL43.85º42.86%35.69%-
HSV(B)43.85º60%50.98%-
XYZ15.2915.935.52-
YUV108.7895.96143.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=44.67%
G=37.46%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301095200.160.600.4943.8542.8635.69
Hex826D340103C312c2b24
Octal202155640207461545344
Binary100000101101101110100010000111100110001101100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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