#816E34

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

Shades of Corn Harvest #816E34

Tints of Corn Harvest #816E34

Color information

#816E34 (or 0x816E34) is unknown color: approx Corn Harvest. HEX triplet: 81, 6E and 34. RGB value is (129,110,52). Sum of RGB (Red+Green+Blue) = 129+110+52=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #816E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E34 is #7E91CB. Grayscale: #6D6D6D. Windows color (decimal): -8294860 or 3436161. OLE color: 3436161.

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

Color convert

RGB12911052-
CMYK00.150.600.49
HSL45.19º42.54%35.49%-
HSV(B)45.19º59.69%50.59%-
XYZ15.2516.075.55-
YUV109.0795.79142.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=44.33%
G=37.80%
B=17.87%

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
Decimal1291105200.150.600.4945.1942.5435.49
Hex816E340F3C312d2b23
Octal201156640177461555343
Binary10000001110111011010001111111100110001101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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