#827134

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

Shades of Corn Harvest #827134

Tints of Corn Harvest #827134

Color information

#827134 (or 0x827134) is unknown color: approx Corn Harvest. HEX triplet: 82, 71 and 34. RGB value is (130,113,52). Sum of RGB (Red+Green+Blue) = 130+113+52=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827134 is #7D8ECB. Grayscale: #6F6F6F. Windows color (decimal): -8228556 or 3436930. OLE color: 3436930.

HSL color Cylindrical-coordinate representation of color #827134: hue angle of 46.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #827134 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB13011352-
CMYK00.130.600.49
HSL46.92º42.86%35.69%-
HSV(B)46.92º60%50.98%-
XYZ15.7316.85.66-
YUV111.1394.63141.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=44.07%
G=38.31%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301135200.130.600.4946.9242.8635.69
Hex8271340D3C312f2b24
Octal202161640157461575344
Binary10000010111000111010001101111100110001101111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827134; }

 p { color: rgb(130,113,52); }

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

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

 a { background-color: rgb(130,113,52); }

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

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

 span { border-color: rgb(130,113,52); }

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