#826F2F

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

Shades of Corn Harvest #826F2F

Tints of Corn Harvest #826F2F

Color information

#826F2F (or 0x826F2F) is unknown color: approx Corn Harvest. HEX triplet: 82, 6F and 2F. RGB value is (130,111,47). Sum of RGB (Red+Green+Blue) = 130+111+47=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #826F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F2F is #7D90D0. Grayscale: #6D6D6D. Windows color (decimal): -8229073 or 3108738. OLE color: 3108738.

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

Color convert

RGB13011147-
CMYK00.150.640.49
HSL46.27º46.89%34.71%-
HSV(B)46.27º63.85%50.98%-
XYZ15.416.325.03-
YUV109.3892.79142.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=45.14%
G=38.54%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301114700.150.640.4946.2746.8934.71
Hex826F2F0F40312e2f23
Octal2021575701710061565743
Binary100000101101111101111011111000000110001101110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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