#816A34

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

Shades of Corn Harvest #816A34

Tints of Corn Harvest #816A34

Color information

#816A34 (or 0x816A34) is unknown color: approx Corn Harvest. HEX triplet: 81, 6A and 34. RGB value is (129,106,52). Sum of RGB (Red+Green+Blue) = 129+106+52=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #816A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A34 is #7E95CB. Grayscale: #6A6A6A. Windows color (decimal): -8295884 or 3435137. OLE color: 3435137.

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

Color convert

RGB12910652-
CMYK00.180.600.49
HSL42.08º42.54%35.49%-
HSV(B)42.08º59.69%50.59%-
XYZ14.8315.225.41-
YUV106.7297.12143.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=44.95%
G=36.93%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291065200.180.600.4942.0842.5435.49
Hex816A340123C312a2b23
Octal201152640227461525343
Binary100000011101010110100010010111100110001101010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816A34; }

 p { color: rgb(129,106,52); }

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

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

 a { background-color: rgb(129,106,52); }

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

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

 span { border-color: rgb(129,106,52); }

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