#826832

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

Shades of Corn Harvest #826832

Tints of Corn Harvest #826832

Color information

#826832 (or 0x826832) is unknown color: approx Corn Harvest. HEX triplet: 82, 68 and 32. RGB value is (130,104,50). Sum of RGB (Red+Green+Blue) = 130+104+50=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826832 is #7D97CD. Grayscale: #696969. Windows color (decimal): -8230862 or 3303554. OLE color: 3303554.

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

Color convert

RGB13010450-
CMYK00.20.620.49
HSL40.5º44.44%35.29%-
HSV(B)40.5º61.54%50.98%-
XYZ14.7314.885.11-
YUV105.6296.61145.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=45.77%
G=36.62%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301045000.20.620.4940.544.4435.29
Hex8268320143E31282c23
Octal202150620247661505443
Binary100000101101000110010010100111110110001101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826832; }

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

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

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

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

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

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

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

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