#826E2F

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

Shades of Corn Harvest #826E2F

Tints of Corn Harvest #826E2F

Color information

#826E2F (or 0x826E2F) is unknown color: approx Corn Harvest. HEX triplet: 82, 6E and 2F. RGB value is (130,110,47). Sum of RGB (Red+Green+Blue) = 130+110+47=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E2F is #7D91D0. Grayscale: #6D6D6D. Windows color (decimal): -8229329 or 3108482. OLE color: 3108482.

HSL color Cylindrical-coordinate representation of color #826E2F: hue angle of 45.54º 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 #826E2F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB13011047-
CMYK00.150.640.49
HSL45.54º46.89%34.71%-
HSV(B)45.54º63.85%50.98%-
XYZ15.2916.14.99-
YUV108.893.13143.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=45.30%
G=38.33%
B=16.38%

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
Decimal1301104700.150.640.4945.5446.8934.71
Hex826E2F0F40312e2f23
Octal2021565701710061565743
Binary100000101101110101111011111000000110001101110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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