#826932

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

Shades of Corn Harvest #826932

Tints of Corn Harvest #826932

Color information

#826932 (or 0x826932) is unknown color: approx Corn Harvest. HEX triplet: 82, 69 and 32. RGB value is (130,105,50). Sum of RGB (Red+Green+Blue) = 130+105+50=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826932 is #7D96CD. Grayscale: #6A6A6A. Windows color (decimal): -8230606 or 3303810. OLE color: 3303810.

HSL color Cylindrical-coordinate representation of color #826932: hue angle of 41.25º 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 #826932 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB13010550-
CMYK00.190.620.49
HSL41.25º44.44%35.29%-
HSV(B)41.25º61.54%50.98%-
XYZ14.8315.085.15-
YUV106.296.28144.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=45.61%
G=36.84%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301055000.190.620.4941.2544.4435.29
Hex8269320133E31292c23
Octal202151620237661515443
Binary100000101101001110010010011111110110001101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826932; }

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

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

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

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

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

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

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

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