#826A30

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

Shades of Corn Harvest #826A30

Tints of Corn Harvest #826A30

Color information

#826A30 (or 0x826A30) is unknown color: approx Corn Harvest. HEX triplet: 82, 6A and 30. RGB value is (130,106,48). Sum of RGB (Red+Green+Blue) = 130+106+48=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A30 is #7D95CF. Grayscale: #6A6A6A. Windows color (decimal): -8230352 or 3172994. OLE color: 3172994.

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

Color convert

RGB13010648-
CMYK00.180.630.49
HSL42.44º46.07%34.9%-
HSV(B)42.44º63.08%50.98%-
XYZ14.8915.274.96-
YUV106.5694.95144.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=45.77%
G=37.32%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301064800.180.630.4942.4446.0734.9
Hex826A300123F312a2e23
Octal202152600227761525643
Binary100000101101010110000010010111111110001101010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,106,48); }

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

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

 a { background-color: rgb(130,106,48); }

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

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

 span { border-color: rgb(130,106,48); }

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