#826934

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

Shades of Corn Harvest #826934

Tints of Corn Harvest #826934

Color information

#826934 (or 0x826934) is unknown color: approx Corn Harvest. HEX triplet: 82, 69 and 34. RGB value is (130,105,52). Sum of RGB (Red+Green+Blue) = 130+105+52=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826934 is #7D96CB. Grayscale: #6A6A6A. Windows color (decimal): -8230604 or 3434882. OLE color: 3434882.

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

Color convert

RGB13010552-
CMYK00.190.600.49
HSL40.77º42.86%35.69%-
HSV(B)40.77º60%50.98%-
XYZ14.8815.15.38-
YUV106.4397.28144.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=45.30%
G=36.59%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301055200.190.600.4940.7742.8635.69
Hex8269340133C31292b24
Octal202151640237461515344
Binary100000101101001110100010011111100110001101001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826934; }

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

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

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

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

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

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

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

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