#826732

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

Shades of Corn Harvest #826732

Tints of Corn Harvest #826732

Color information

#826732 (or 0x826732) is unknown color: approx Corn Harvest. HEX triplet: 82, 67 and 32. RGB value is (130,103,50). Sum of RGB (Red+Green+Blue) = 130+103+50=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #826732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826732 is #7D98CD. Grayscale: #696969. Windows color (decimal): -8231118 or 3303298. OLE color: 3303298.

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

Color convert

RGB13010350-
CMYK00.210.620.49
HSL39.75º44.44%35.29%-
HSV(B)39.75º61.54%50.98%-
XYZ14.6314.685.08-
YUV105.0396.95145.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=45.94%
G=36.40%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301035000.210.620.4939.7544.4435.29
Hex8267320153E31282c23
Octal202147620257661505443
Binary100000101100111110010010101111110110001101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826732; }

 p { color: rgb(130,103,50); }

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

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

 a { background-color: rgb(130,103,50); }

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

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

 span { border-color: rgb(130,103,50); }

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