#827030

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

Shades of Corn Harvest #827030

Tints of Corn Harvest #827030

Color information

#827030 (or 0x827030) is unknown color: approx Corn Harvest. HEX triplet: 82, 70 and 30. RGB value is (130,112,48). Sum of RGB (Red+Green+Blue) = 130+112+48=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #827030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827030 is #7D8FCF. Grayscale: #6E6E6E. Windows color (decimal): -8228816 or 3174530. OLE color: 3174530.

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

Color convert

RGB13011248-
CMYK00.140.630.49
HSL46.83º46.07%34.9%-
HSV(B)46.83º63.08%50.98%-
XYZ15.5316.555.17-
YUV110.0992.96142.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=44.83%
G=38.62%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301124800.140.630.4946.8346.0734.9
Hex8270300E3F312f2e23
Octal202160600167761575643
Binary10000010111000011000001110111111110001101111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827030; }

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

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

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

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

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

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

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

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