#826931

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

Shades of Corn Harvest #826931

Tints of Corn Harvest #826931

Color information

#826931 (or 0x826931) is unknown color: approx Corn Harvest. HEX triplet: 82, 69 and 31. RGB value is (130,105,49). Sum of RGB (Red+Green+Blue) = 130+105+49=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826931 is #7D96CE. Grayscale: #6A6A6A. Windows color (decimal): -8230607 or 3238274. OLE color: 3238274.

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

Color convert

RGB13010549-
CMYK00.190.620.49
HSL41.48º45.25%35.1%-
HSV(B)41.48º62.31%50.98%-
XYZ14.8115.075.03-
YUV106.0995.78145.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=45.77%
G=36.97%
B=17.25%

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
Decimal1301054900.190.620.4941.4845.2535.1
Hex8269310133E31292d23
Octal202151610237661515543
Binary100000101101001110001010011111110110001101001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826931; }

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

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

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

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

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

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

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

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