#826D31

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

Shades of Corn Harvest #826D31

Tints of Corn Harvest #826D31

Color information

#826D31 (or 0x826D31) is unknown color: approx Corn Harvest. HEX triplet: 82, 6D and 31. RGB value is (130,109,49). Sum of RGB (Red+Green+Blue) = 130+109+49=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D31 is #7D92CE. Grayscale: #6C6C6C. Windows color (decimal): -8229583 or 3239298. OLE color: 3239298.

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

Color convert

RGB13010949-
CMYK00.160.620.49
HSL44.44º45.25%35.1%-
HSV(B)44.44º62.31%50.98%-
XYZ15.2315.95.17-
YUV108.4494.46143.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=45.14%
G=37.85%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301094900.160.620.4944.4445.2535.1
Hex826D310103E312c2d23
Octal202155610207661545543
Binary100000101101101110001010000111110110001101100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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