#826f32

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

Shades of Corn Harvest #826F32

Tints of Corn Harvest #826F32

Color information

#826F32 (or 0x826F32) is unknown color: approx Corn Harvest. HEX triplet: 82, 6F and 32. RGB value is (130,111,50). Sum of RGB (Red+Green+Blue) = 130+111+50=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F32 is #7D90CD. Grayscale: #6D6D6D. Windows color (decimal): -8229070 or 3305346. OLE color: 3305346.

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

Color convert

RGB13011150-
CMYK00.150.620.49
HSL45.75º44.44%35.29%-
HSV(B)45.75º61.54%50.98%-
XYZ15.4716.345.36-
YUV109.7394.29142.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=44.67%
G=38.14%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301115000.150.620.4945.7544.4435.29
Hex826F320F3E312e2c23
Octal202157620177661565443
Binary10000010110111111001001111111110110001101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,50); }

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

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

 a { background-color: rgb(130,111,50); }

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

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

 span { border-color: rgb(130,111,50); }

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