#826F2D

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

Shades of Corn Harvest #826F2D

Tints of Corn Harvest #826F2D

Color information

#826F2D (or 0x826F2D) is unknown color: approx Corn Harvest. HEX triplet: 82, 6F and 2D. RGB value is (130,111,45). Sum of RGB (Red+Green+Blue) = 130+111+45=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #826F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F2D is #7D90D2. Grayscale: #6D6D6D. Windows color (decimal): -8229075 or 2977666. OLE color: 2977666.

HSL color Cylindrical-coordinate representation of color #826F2D: hue angle of 46.59º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #826F2D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB13011145-
CMYK00.150.650.49
HSL46.59º48.57%34.31%-
HSV(B)46.59º65.38%50.98%-
XYZ15.3616.34.82-
YUV109.1691.79142.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=45.45%
G=38.81%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301114500.150.650.4946.5948.5734.31
Hex826F2D0F41312f3122
Octal2021575501710161576142
Binary100000101101111101101011111000001110001101111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826F2D; }

 p { color: rgb(130,111,45); }

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

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

 a { background-color: rgb(130,111,45); }

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

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

 span { border-color: rgb(130,111,45); }

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