#826F34

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

Shades of Corn Harvest #826F34

Tints of Corn Harvest #826F34

Color information

#826F34 (or 0x826F34) is unknown color: approx Corn Harvest. HEX triplet: 82, 6F and 34. RGB value is (130,111,52). Sum of RGB (Red+Green+Blue) = 130+111+52=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F34 is #7D90CB. Grayscale: #6E6E6E. Windows color (decimal): -8229068 or 3436418. OLE color: 3436418.

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

Color convert

RGB13011152-
CMYK00.150.600.49
HSL45.38º42.86%35.69%-
HSV(B)45.38º60%50.98%-
XYZ15.5116.365.59-
YUV109.9595.29142.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=44.37%
G=37.88%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301115200.150.600.4945.3842.8635.69
Hex826F340F3C312d2b24
Octal202157640177461555344
Binary10000010110111111010001111111100110001101101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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